This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa]: Fix PR other/12220
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 4 Feb 2004 10:23:49 -0500
- Subject: [tree-ssa]: Fix PR other/12220
I'm fixing this one by removing the -fno-strict-aliasing flags from
libbanshee.
I can't see the warning anymore during bootstrap (maybe i'm just blind)
on powerpc-darwin or i686-pc-linux-gnu.
These bootstraps were with points-to analysis on by default.
2004-02-03 Daniel Berlin <dberlin@dberlin.org>
Fix PR other/12220
* engine/Makefile.am: Remove -fno-strict-aliasing.
* libcompat/Makefile.am: Ditto.
* points-to/Makefile.am: Ditto.
* configure: Regenerated.
* config.h.in: Ditto.
* Makefile.in: Ditto.
* engine/Makefile.am: Ditto.
* libcompat/Makefile.am: Ditto.
* points-to/Makefile.am: Ditto.
--Dan