[Bug lto/47287] FAIL: gcc.c-torture/execute/builtins/20010124-1.c execution with -flto
davek at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 1 21:05:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47287
Dave Korn <davek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
CC| |davek at gcc dot gnu.org
Resolution| |DUPLICATE
--- Comment #12 from Dave Korn <davek at gcc dot gnu.org> 2011-02-01 19:17:04 UTC ---
I could be wrong (reopen the bug if I turn out to be mistaken), but I'll bet
this is the same as PR47274: the IR symtabs are being generated incorrectly in
the source .o files.
To confirm, run the failing command again with --save-temps, and look for the
.gnu.lto_.symtab.* sections; if you see a lot of stuff like this:
.stringz "Finside_main"
.stringz ""
.stringz ""
.stringz ""
.stringz ""
(to be precise, if there are more than two NUL bytes trailing the name), then
it's the same bug.
*** This bug has been marked as a duplicate of bug 47274 ***
More information about the Gcc-bugs
mailing list