This is the mail archive of the gcc@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: [RFC] failures found while pounding on GCC trunk


># 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 :)


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