http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47625
Summary: FAIL: gcc.dg/guality/pr43077-1.c -O2 -flto
-flto-partition=none line 42 a == 1
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: [email protected]
ReportedBy: [email protected]
Target: powerpc*-*-*
Breakpoint 1, fn3 ()
at /daten/gcc/gcc-20110206/gcc/testsuite/gcc.dg/guality/pr43077-1.c:44
44 }
(gdb) whatis a
type = const number
(gdb) ptype a
type = union {
int i[2];
double d;
}(gdb) i addr a
Symbol "a" is static storage at address 0xffbc4f0.