http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442
ncahill_alt at yahoo dot com changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442
--- Comment #5 from ncahill_alt at yahoo dot com 2012-05-22 18:22:09 UTC ---
By comparing the linker commands, I've found that replacing crtbegin.o and
crtend.o is sufficient to fix the problem. I've built parts of gcc with -flto
and I suspect the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442
--- Comment #3 from Steven Bosscher 2012-05-21
22:32:38 UTC ---
Have you compared the linker command lines (using gcc -v)?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442
--- Comment #2 from Andrew Pinski 2012-05-21
21:05:08 UTC ---
The last time I looked at a bug from clang/llvm, the issue was it was using a
temporary variable pasted the scope.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53442
--- Comment #1 from ncahill_alt at yahoo dot com 2012-05-21 19:52:57 UTC ---
In case it is of interest, here is the generating command for the tblgen
executable. I don't know how to turn this into a test case as it seems to use
only pregenerated c