This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/51528] [4.6 Regression] SRA should not create BOOLEAN_TYPE replacements


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51528

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenther at suse dot de

--- Comment #7 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-02-04 19:14:34 UTC ---
On powerpc-apple-darwin9 testing revision 183874 I get with -m32:

FAIL: gcc.dg/torture/pr51528.c  -O2  execution test
FAIL: gcc.dg/torture/pr51528.c  -O3 -fomit-frame-pointer  execution test
FAIL: gcc.dg/torture/pr51528.c  -O3 -g  execution test
FAIL: gcc.dg/torture/pr51528.c  -Os  execution test
FAIL: gcc.dg/torture/pr51528.c  -O2 -flto -flto-partition=none  execution test
FAIL: gcc.dg/torture/pr51528.c  -O2 -flto  execution test

These execution failures are due to a.i==0.


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