From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3791 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Warning: gcc 4.8.x may miscompile musl 0.9.12; workaround Date: Wed, 31 Jul 2013 23:22:13 -0400 Message-ID: <20130801032213.GA32658@brightrain.aerifal.cx> References: <20130801002756.GA20164@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1375327346 10434 80.91.229.3 (1 Aug 2013 03:22:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Aug 2013 03:22:26 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3795-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 01 05:22:28 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1V4jT9-0004oZ-1A for gllmg-musl@plane.gmane.org; Thu, 01 Aug 2013 05:22:27 +0200 Original-Received: (qmail 3437 invoked by uid 550); 1 Aug 2013 03:22:25 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 3429 invoked from network); 1 Aug 2013 03:22:25 -0000 Content-Disposition: inline In-Reply-To: <20130801002756.GA20164@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3791 Archived-At: On Wed, Jul 31, 2013 at 08:27:56PM -0400, Rich Felker wrote: > Passing --enable-optimize=fast to configure is an easy workaround for > the problem. Another solution may be to add custom CFLAGS containing Of course this should have read --enable-optimize=size... Rich