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

* [Bug target/24334] [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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 ` pinskia at gcc dot gnu dot org
  2005-10-12 17:32 ` ro at techfak dot uni-bielefeld dot de
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-12 17:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-12 17:31 -------
Isn't this really a bug in ld?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |major
           Keywords|                            |build


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


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

* [Bug target/24334] [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2005-10-12 17:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ro at techfak dot uni-bielefeld dot de  2005-10-12 17:32 -------
Subject: Re:  [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m
ld: GOT overflow

pinskia at gcc dot gnu dot org writes:

> Isn't this really a bug in ld?

I'm not sure, given that the 3.4 branch continues to bootstrap successfully
with this same version (and the 4.0 branch did as well some time ago).

        Rainer


-- 


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


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

* [Bug target/24334] [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-12 17:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-10-12 17:37 -------
(In reply to comment #2)
> I'm not sure, given that the 3.4 branch continues to bootstrap successfully
> with this same version (and the 4.0 branch did as well some time ago).

Does not mean anything.  We could have caused a very latent bug to show up. 
what GCC are you starting with since it is dying in building stage1 and
building any other stage.


-- 


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


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

* [Bug target/24334] [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (2 preceding siblings ...)
  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
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2005-10-12 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ro at techfak dot uni-bielefeld dot de  2005-10-12 17:42 -------
Subject: Re:  [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m
ld: GOT overflow

pinskia at gcc dot gnu dot org writes:

> what GCC are you starting with since it is dying in building stage1 and
> building any other stage.

I'm starting from

Reading specs from
/amnt/figaro/volumes/obj-gcc/gcc/obj.irix5/gnat/3.4.5/6.5/bin/../lib/gcc/mips-sgi-irix6.5/3.4.5/specs
Configured with: /vol/gnu/src/gcc/gcc-3.4-branch-dist/configure
--prefix=/vol/gcc/obj/gnat/3.4.5/6.5
--with-local-prefix=/vol/gcc/obj/gnat/3.4.5/6.5 --disable-multilib
--disable-nls --enable-languages=c,ada --with-gnu-as
--with-as=/vol/gcc/lib/gas-2.15
Thread model: single
gcc version 3.4.5 20050607 (prerelease)

I could try starting with SGI cc and see how that goes.

        Rainer


-- 


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


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

* [Bug target/24334] [4.0/4.1 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (3 preceding siblings ...)
  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
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-30 23:22 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5
   Target Milestone|---                         |4.1.0


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


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

* [Bug target/24334] [4.0/4.1/4.2 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (4 preceding siblings ...)
  2005-10-30 23:22 ` pinskia at gcc dot gnu dot org
@ 2006-01-10 22:22 ` steven at gcc dot gnu dot org
  2006-01-10 22:32 ` ro at techfak dot uni-bielefeld dot de
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2006-01-10 22:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from steven at gcc dot gnu dot org  2006-01-10 22:22 -------
Leaving "critical" bugs as UNCONFIRMED isn't going to help us keep the bug
database maintainable...  So moving to WAITING pending further analysis by
Rainer or others.

However, it may well be a linker bug, as suggested in comment #1.  Test results
for GCC 4.1 were reported for mips-sgi-irix6.5 with GNU as/ld in November 2005
(see http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00898.html).


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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



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

* [Bug target/24334] [4.0/4.1/4.2 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (5 preceding siblings ...)
  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
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2006-01-10 22:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ro at techfak dot uni-bielefeld dot de  2006-01-10 22:32 -------
Subject: Re:  [4.0/4.1/4.2 regression] IRIX 6.5 bootstrap failure with SGI
7.4.3m ld: GOT overflow

steven at gcc dot gnu dot org writes:

> However, it may well be a linker bug, as suggested in comment #1.  Test results
> for GCC 4.1 were reported for mips-sgi-irix6.5 with GNU as/ld in November 2005
> (see http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00898.html).

Given that a C-only bootstrap with SGI's MIPSpro cc succeeded some time
ago, I thought so myself.  On 20051130 I tried another mainline bootstrap
with gcc after upgrading to MIPSpro 7.4.4m (with the latest SGI ld), but
that failed in the same way as I'd originally reported.

I'll have to retry this now and also try again with a newer GNU as used
both by the bootstrap compiler and the freshly built compiler.  This may
take time, though, since recently my time devoted to GCC testing has been
rather limited and the only machine running with latest IRIX and compilers
isn't too fast (I may accquire another one in the not too far future,
though.)

        Rainer


-- 


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



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

* [Bug target/24334] [4.0/4.1/4.2 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (6 preceding siblings ...)
  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
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2006-01-31 22:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ro at techfak dot uni-bielefeld dot de  2006-01-31 22:15 -------
Subject: Re:  [4.0/4.1/4.2 regression] IRIX 6.5 bootstrap failure with SGI
7.4.3m ld: GOT overflow

steven at gcc dot gnu dot org writes:

> Leaving "critical" bugs as UNCONFIRMED isn't going to help us keep the bug
> database maintainable...  So moving to WAITING pending further analysis by
> Rainer or others.
> 
> However, it may well be a linker bug, as suggested in comment #1.  Test results
> for GCC 4.1 were reported for mips-sgi-irix6.5 with GNU as/ld in November 2005
> (see http://gcc.gnu.org/ml/gcc-testresults/2005-11/msg00898.html).

I'm not sure about this being a linker bug.  But I've now tracked this down
as follows: if I use GCC 3.4.5 using GNU as 2.15 and SGI ld as the
bootstrap compiler, I get the GOT overflow described in this PR.  If
instead I use GCC 3.4.5 with SGI as and ld (no longer supported in GCC
4.x), the bootstrap finishes successfully, although in both cases the newly
bootstrapped compiler is configured to use GNU as 2.15.

I have no good idea how to debug this further, but I suspect that some
feature supported by GNU as doesn't really work together with the native
ld.  Comparing gcc/auto-host.h from the GCC 3.4.5 bootstraps with as
vs. gas, I get the following differences:

--- 6.5-as/gcc/auto-host.h      Thu Jan 12 17:43:23 2006
+++ 6.5-gas/gcc/auto-host.h     Wed Jan 11 16:55:02 2006
@@ -81,19 +81,19 @@

 /* Define if your assembler supports dwarf2 .file/.loc directives, and
    preserves file table indices exactly as given. */
-/* #undef HAVE_AS_DWARF2_DEBUG_LINE */
+#define HAVE_AS_DWARF2_DEBUG_LINE 1

 /* Define if your assembler supports explicit relocations. */
 /* #undef HAVE_AS_EXPLICIT_RELOCS */

 /* Define if your assembler supports the --gdwarf2 option. */
-/* #undef HAVE_AS_GDWARF2_DEBUG_FLAG */
+#define HAVE_AS_GDWARF2_DEBUG_FLAG 1

 /* Define true if the assembler supports '.long foo@GOTOFF'. */
 /* #undef HAVE_AS_GOTOFF_IN_DATA */

 /* Define if your assembler supports the --gstabs option. */
-/* #undef HAVE_AS_GSTABS_DEBUG_FLAG */
+#define HAVE_AS_GSTABS_DEBUG_FLAG 1

 /* Define if your assembler supports the Sun syntax for cmov. */
 /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */
@@ -102,7 +102,7 @@
 /* #undef HAVE_AS_JSRDIRECT_RELOCS */

 /* Define if your assembler supports .sleb128 and .uleb128. */
-/* #undef HAVE_AS_LEB128 */
+#define HAVE_AS_LEB128 1

 /* Define if your assembler supports ltoffx and ldxmov relocations. */
 /* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */
@@ -254,7 +254,7 @@
 /* #undef HAVE_FWRITE_UNLOCKED */

 /* Define if your assembler supports .balign and .p2align. */
-/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */
+#define HAVE_GAS_BALIGN_AND_P2ALIGN 1

 /* Define if your assembler uses the new HImode fild and fist notation. */
 /* #undef HAVE_GAS_FILDS_FISTS */
@@ -264,21 +264,21 @@

 /* Define if your assembler supports specifying the maximum number of bytes to
    skip when using the GAS .p2align command. */
-/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */
+#define HAVE_GAS_MAX_SKIP_P2ALIGN 1

 /* Define if your assembler supports .nsubspa comdat option. */
 /* #undef HAVE_GAS_NSUBSPA_COMDAT */

 /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
    */
-#define HAVE_GAS_SHF_MERGE 0
+#define HAVE_GAS_SHF_MERGE 1

 /* Define if your assembler supports .subsection and .subsection -1 starts
    emitting at the beginning of your section. */
-/* #undef HAVE_GAS_SUBSECTION_ORDERING */
+#define HAVE_GAS_SUBSECTION_ORDERING 1

 /* Define if your assembler supports .weak. */
-/* #undef HAVE_GAS_WEAK */
+#define HAVE_GAS_WEAK 1

 /* Define to 1 if you have the `getrlimit' function. */
 #define HAVE_GETRLIMIT 1
@@ -542,7 +542,7 @@
 #define TIME_WITH_SYS_TIME 1

 /* Define if your assembler mis-optimizes .eh_frame data. */
-/* #undef USE_AS_TRADITIONAL_FORMAT */
+#define USE_AS_TRADITIONAL_FORMAT 1

 /* Define to be the last portion of registry key on windows hosts. */
 /* #undef WIN32_REGISTRY_KEY */

I don't have a good idea which of those causes the problem (and don't have
too much time to try and track this down, now that I've got a workaround).

        Rainer


-- 


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


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

* [Bug target/24334] [4.0/4.1/4.2 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (7 preceding siblings ...)
  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
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-02-28 20:41 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |4.1.1


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


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

* [Bug target/24334] [4.0/4.1/4.2 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (8 preceding siblings ...)
  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
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from mmitchel at gcc dot gnu dot org  2006-05-25 02:36 -------
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.1                       |4.1.2


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


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

* [Bug target/24334] [4.0/4.1/4.2 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (9 preceding siblings ...)
  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
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-12  4:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal


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


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

* [Bug target/24334] [4.0/4.1/4.2/4.3 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (10 preceding siblings ...)
  2006-09-12  4:58 ` pinskia at gcc dot gnu dot org
@ 2007-02-14  9:37 ` mmitchel at gcc dot gnu dot org
  2007-12-18 20:23 ` steven at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:37 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug target/24334] [4.0/4.1/4.2/4.3 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3m ld: GOT overflow
  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
                   ` (11 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-12-18 20:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from steven at gcc dot gnu dot org  2007-12-18 20:23 -------
Not sure what to do with this one.  Rainer, can you live with WONTFIX? :-)


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-12-18 20:23:06
               date|                            |


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


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

* [Bug target/24334] [4.2/4.3/4.4 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3/4.4m ld: GOT overflow
  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
                   ` (12 preceding siblings ...)
  2007-12-18 20:23 ` steven at gcc dot gnu dot org
@ 2008-07-04 20:06 ` 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
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 20:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from jsm28 at gcc dot gnu dot org  2008-07-04 20:05 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 regression]|[4.2/4.3/4.4 regression]
                   |IRIX 6.5 bootstrap failure  |IRIX 6.5 bootstrap failure
                   |with SGI 7.4.3/4.4m ld: GOT |with SGI 7.4.3/4.4m ld: GOT
                   |overflow                    |overflow
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug target/24334] [4.3/4.4/4.5 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3/4.4/4.5m ld: GOT overflow
  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
                   ` (13 preceding siblings ...)
  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 ` 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
  16 siblings, 0 replies; 18+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 18:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from jsm28 at gcc dot gnu dot org  2009-03-31 18:58 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 regression]|[4.3/4.4/4.5 regression]
                   |IRIX 6.5 bootstrap failure  |IRIX 6.5 bootstrap failure
                   |with SGI 7.4.3/4.4/4.5m ld: |with SGI 7.4.3/4.4/4.5m ld:
                   |GOT overflow                |GOT overflow
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug target/24334] [4.3/4.4/4.5 regression] IRIX 6.5 bootstrap failure with SGI 7.4.3/4.4/4.5m ld: GOT overflow
  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
                   ` (14 preceding siblings ...)
  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
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from rguenth at gcc dot gnu dot org  2009-08-04 12:27 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [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 ld: GOT overflow
  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
                   ` (15 preceding siblings ...)
  2009-08-04 12:31 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:36 ` rguenth at gcc dot gnu dot org
  16 siblings, 0 replies; 18+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from rguenth at gcc dot gnu dot org  2010-05-22 18:10 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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).