Date: Sun, 18 May 2003 18:44:16 -0400 Message-Id: <200305182244.h4IMiGZo016572@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <10305181623.AA25338@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: GCC 3.3 & LIBC warning 1st pass References: <10305181623 DOT AA25338 AT clio DOT rice DOT edu> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > These come with -Wall ... is there some way we can turn off strict-aliasing? > I'd prefer to just remove that particular warning in the .opt file. > > Or set up some additional way to compile these modules with fewer > checks? Either fix those problems or add -fno-strict-aliasing. Aliasing bugs are difficult to debug, so I wouldn't recommend supressing the warning. We should probably add -fno-strict-aliasing for now.