This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regression/53442] llvm 2.9 tblgen executable possibly miscompiled with gcc 4.7.0


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 there was a mismatch between those crt.o files and libgcc_s.so
possibly, I must be more careful.

With a newly built gcc 4.7.0, I'll just see if this builds correctly.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]