This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] failures found while pounding on GCC trunk
- From: "Daniel Berlin" <dberlin at dberlin dot org>
- To: janis187 at us dot ibm dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 23 Sep 2007 00:16:06 -0400
- Subject: Re: [RFC] failures found while pounding on GCC trunk
- References: <1190412376.7258.15.camel@janis-laptop>
># all tests fail with ICE in verify_curr_properties; -m32/-m64
>-O2 -fno-tree-salias
>-Os -fno-tree-salias
Known. This is normally the first place we build aliasing info.
Unless we have a compelling reason to have this flag, we should simply
remove the flag.
> # all tests fail with ICE in verify_ssa; -m32/-m64
> -O2 -fipa-pta
> -Os -fipa-pta
Unlikely to investigate until LTO does something useful :)