From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/15084 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: [PATCH v2] Unconditonally define alloca as __builtin_alloca Date: Wed, 1 Jan 2020 15:08:54 -0500 Message-ID: <20200101200854.GK30412@brightrain.aerifal.cx> References: <20191119092856.GM25646@port70.net> <20191119095634.24434-1-mforney@mforney.org> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="252788"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-15100-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jan 01 21:09:14 2020 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1imkIq-0013fe-MI for gllmg-musl@m.gmane.org; Wed, 01 Jan 2020 21:09:13 +0100 Original-Received: (qmail 30061 invoked by uid 550); 1 Jan 2020 20:09:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 30040 invoked from network); 1 Jan 2020 20:09:09 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:15084 Archived-At: On Wed, Jan 01, 2020 at 12:02:01PM -0800, Michael Forney wrote: > On 2019-11-19, Michael Forney wrote: > > This enables alternative compilers, which may not define __GNUC__, > > to implement alloca, which is still fairly widely used. > > > > This is similar to how stdarg.h already works in musl; compilers must > > implement __builtin_va_arg, there is no fallback definition. > > Ping. I'll go ahead and merge it; I don't think this is terribly controversial and at worst it compile-time breaks something that's already not working right. Rich