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 bootstrap/47279] Bootstrap fails in stage1 with GCC 4.6


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47279

--- Comment #10 from Alan Modra <amodra at gmail dot com> 2011-01-31 08:47:16 UTC ---
With enough fiddling around, I finally duplicated the error, in my case when
linking lto1.

libbackend.a(cse.o): In function `insert_const_anchors':
/src/gcc-current/gcc/cse.c:1293: sibling call optimization to `.opd' does not
allow automatic multiple TOCs; recompile with -mminimal-toc or
-fno-optimize-sibling-calls, or make `.opd' extern
/src/gcc-current/gcc/cse.c:1296: sibling call optimization to `.opd' does not
allow automatic multiple TOCs; recompile with -mminimal-toc or
-fno-optimize-sibling-calls, or make `.opd' extern
/home/alan/build/ppc/bin/ld/ld-new: final link failed: Bad value

It is a GNU ld bug.


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