public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/24334]  New: [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
@ 2005-10-12 17:26 gcc-bugzilla at gcc dot gnu dot org
  2005-10-12 17:31 ` [Bug target/24334] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2005-10-12 17:26 UTC (permalink / raw)
  To: gcc-bugs


Bootstrapping both the 4.0 branch as of 20050928 and mainline as of
20051004 fails on IRIX 6.5.26f with SGI ld from MIPSpro 7.4.3m:

gcc   -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
   -DHAVE_CONFIG_H  -o cc1 \
        c-parse.o c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o
c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o
c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o
c-objc-common.o c-dump.o c-pch.o  c-gimplify.o tree-mudflap.o c-pretty-print.o
main.o  libbackend.a ../libcpp/libcpp.a ../libcpp/libcpp.a  
../libiberty/libiberty.a
ld32: WARNING 84 : ../libcpp/libcpp.a is not used for resolving any symbol.
ld32: WARNING 47 : This module (libbackend.a(fold-const.o) .text) contains
branch instruction(s)
                   that might degrade performance on an older version (rev.
2.2) R4000 processor.
ld32: INFO    171: Multigot invoked. Gp relative region broken up into 2
separate regions.
ld32: ERROR   97 : GOT overflow in
/amnt/figaro/volumes/obj-gcc/gcc/obj.irix5/gnat/3.4.5/6.5/bin/../lib/gcc/mips-sgi-irix6.5/3.4.5/crtbegin.o. 
See the dso(5) manpage.
ld32: ERROR   97 : GOT overflow in c-parse.o. 
See the dso(5) manpage.
[... many more omitted]
ld32: INFO    152: Output file removed because of error.
collect2: ld returned 2 exit status
make[2]: *** [cc1] Error 1

This is a regression both from the 3.4 branch (which currently bootstraps
with the same toolset successfully) and both branches (where I could
bootstrap the 4.0 branch on 20050414 and mainline on 20050527) with the
same toolset.

Environment:
System: IRIX sculptor 6.5 10060437 IP32



host: mips-sgi-irix6.5
build: mips-sgi-irix6.5
target: mips-sgi-irix6.5
configured with: /vol/gnu/src/gcc/gcc-4.0-branch-dist/configure
--prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --with-gnu-as
--with-as=/vol/gcc/lib/gas-2.15 --enable-libgcj --disable-multilib
--with-gmp-dir=/vol/gnu/obj/gmp-4.1.3
--with-mpfr-dir=/vol/gnu/obj/gmp-4.1.3/mpfr
--enable-languages=c,c++,f95,java,objc,ada

How-To-Repeat:
Bootstrap as described above.


-- 
           Summary: [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI
                    7.4.3m ld: GOT overflow
           Product: gcc
           Version: 4.0.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at techfak dot uni-bielefeld dot de
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2010-05-22 18:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-12 17:26 [Bug target/24334] New: [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow gcc-bugzilla at gcc dot gnu dot org
2005-10-12 17:31 ` [Bug target/24334] " pinskia at gcc dot gnu dot org
2005-10-12 17:32 ` ro at techfak dot uni-bielefeld dot de
2005-10-12 17:37 ` pinskia at gcc dot gnu dot org
2005-10-12 17:42 ` ro at techfak dot uni-bielefeld dot de
2005-10-30 23:22 ` pinskia at gcc dot gnu dot org
2006-01-10 22:22 ` [Bug target/24334] [4.0/4.1/4.2 " steven at gcc dot gnu dot org
2006-01-10 22:32 ` ro at techfak dot uni-bielefeld dot de
2006-01-31 22:15 ` ro at techfak dot uni-bielefeld dot de
2006-02-28 20:41 ` mmitchel at gcc dot gnu dot org
2006-05-25  2:46 ` mmitchel at gcc dot gnu dot org
2006-09-12  4:58 ` pinskia at gcc dot gnu dot org
2007-02-14  9:37 ` [Bug target/24334] [4.0/4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
2007-12-18 20:23 ` steven at gcc dot gnu dot org
2008-07-04 20:06 ` [Bug target/24334] [4.2/4.3/4.4 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3/4.4m " jsm28 at gcc dot gnu dot org
2009-03-31 18:59 ` [Bug target/24334] [4.3/4.4/4.5 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3/4.4/4.5m " jsm28 at gcc dot gnu dot org
2009-08-04 12:31 ` rguenth at gcc dot gnu dot org
2010-05-22 18:36 ` [Bug target/24334] [4.3/4.4/4.5/4.6 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3/4.4/4.5/4.6m " rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).