This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] "Fix" PR39497, dfp.c is not C
- From: Diego Novillo <dnovillo at google dot com>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 25 Mar 2009 19:20:00 -0400
- Subject: Re: [PATCH] "Fix" PR39497, dfp.c is not C
- References: <alpine.LNX.2.00.0903241635300.17788@zhemvz.fhfr.qr>
2009/3/24 Richard Guenther <rguenther@suse.de>:
> 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?
None from me. I guess they can't be type cast away, right?
Diego.