http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47841
Summary: [4.6 Regression] New guality test failures
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: [email protected]
ReportedBy: [email protected]
On Linux/ia32, revision 170359 gave
FAIL: gcc.dg/guality/sra-1.c -O2 -flto line 43 a.j == 14
FAIL: gcc.dg/guality/sra-1.c -O2 -flto -flto-partition=none line 43 a.j == 14
FAIL: gcc.dg/guality/vla-1.c -O2 -flto line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c -O2 -flto -flto-partition=none line 17 sizeof
(a) == 6
Revision 170354 is OK.