This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] "Fix" PR39497, dfp.c is not C


Richard Guenther <rguenther@suse.de> writes:

> This "fixes" the loads of alias warnings we now see with compiling
> dfp.c by building it with -fno-strict-aliasing instead of just
> ignoring errors with -Wno-error.
>
> Bootstrap / regtest in progress.  Any objections?
>
> Thanks,
> Richard.
>
> 2009-03-24  Richard Guenther  <rguenther@suse.de>
>
> 	PR middle-end/39497
> 	* Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
> 	of -Wno-error.

Works for me.  Though obviously it would be nice to not have any
aliasing violations.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]