[Bug middle-end/28865] Structures with a flexible arrray member have wrong .size
schwab@linux-m68k.org
gcc-bugzilla@gcc.gnu.org
Sat Apr 20 09:54:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28865
Andreas Schwab <schwab@linux-m68k.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
Target Milestone|--- |4.7.4
Known to fail| |4.7.1, 4.8.0
--- Comment #8 from Andreas Schwab <schwab@linux-m68k.org> 2013-04-20 09:54:32 UTC ---
This is causing wrong code for libnss_files.so (_nss_files_init from
nss/files-init.c, only called by nscd) on powerpc due to the use of
-fsection-anchors, since the anchor offsets are computed from the wrong size
information.
More information about the Gcc-bugs
mailing list