public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
@ 2004-01-08 19:49 gcc-bugzilla at gcc dot gnu dot org
  2004-02-06  1:35 ` [Bug bootstrap/13617] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-01-08 19:49 UTC (permalink / raw)
  To: gcc-bugs

Bootstrapping current mainline on IRIX 6.5 with GNU as 2.14.90 20040108 fails
with an ICE in stage3:

$ stage2/xgcc -Bstage2/ -B/.vol/gcc/share/mips-sgi-irix6.5/bin/ -c -g -O2      -gnatpg -gnata -I- -I. -Iada -I/.vol/gcc/src/gcc-dist/gcc/ada /.vol/gcc/src/gcc-dist/gcc/ada/a-elchha.adb -o ada/a-elchha.o -v
Reading specs from stage2/specs
Configured with: /.vol/gcc/src/gcc-dist/configure --prefix=/.vol/gcc --with-local-prefix=/.vol/gcc --disable-nls --with-gnu-as --with-as=/homes/ro/bin/gas-2.14.90 --enable-libgcj
Thread model: single
gcc version 3.4.0 20040105 (experimental)
 stage2/gnat1 -I- -I. -Iada -I/.vol/gcc/src/gcc-dist/gcc/ada -quiet -dumpbase a-elchha.adb -g -gnatpg -gnata -O2 -gnatO ada/a-elchha.o /.vol/gcc/src/gcc-dist/gcc/ada/a-elchha.adb -o /var/tmp//ccpqRTg3.s
+===========================GNAT BUG DETECTED==============================+
| 3.4.0 20040105 (experimental) (mips-sgi-irix6.5) Program_Error SIGBUS    |
| Error detected at s-soflin.ads:145:4                                     |

I cannot currently debug this since gdb 5.2 ICEs itself on Ada programs (I'll
repeat this later).

Since this happens only during stage3, this may well be due to a gas bug.

Environment:
System: IRIX64 columba 6.5 10120104 IP27


	
host: mips-sgi-irix6.5
build: mips-sgi-irix6.5
target: mips-sgi-irix6.5
configured with: /.vol/gcc/src/gcc-dist/configure --prefix=/.vol/gcc --with-local-prefix=/.vol/gcc --disable-nls --with-gnu-as --with-as=/homes/ro/bin/gas-2.14.90 --enable-libgcj

How-To-Repeat:
Bootstrap current mainline on mips-sgi-irix6.5 with cvs gas and Ada.

-- 
           Summary: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at techfak dot uni-bielefeld dot de
                CC: gcc-bugs at gcc dot gnu dot org
 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=13617


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
@ 2004-02-06  1:35 ` pinskia at gcc dot gnu dot org
  2004-02-06 21:39 ` ro at techfak dot uni-bielefeld dot de
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-06  1:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-06 01:35 -------
Is this true any more?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.4                         |3.4.0


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
  2004-02-06  1:35 ` [Bug bootstrap/13617] " pinskia at gcc dot gnu dot org
@ 2004-02-06 21:39 ` ro at techfak dot uni-bielefeld dot de
  2004-02-06 21:56 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-02-06 21:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-02-06 21:39 -------
Subject: Re:  IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90

I just tried again on gcc 3.5.0 20040206 and got the same failure.  This
may be related to many additional execution failures I get when building
with GNU as and the native ld.  Unfortunately, for me GNU as and ld are
even worse: I get and ld assertiion failure during stage2 ;-(

	Rainer


-- 


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
  2004-02-06  1:35 ` [Bug bootstrap/13617] " pinskia at gcc dot gnu dot org
  2004-02-06 21:39 ` ro at techfak dot uni-bielefeld dot de
@ 2004-02-06 21:56 ` pinskia at gcc dot gnu dot org
  2004-02-08  6:26 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-06 21:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code, wrong-
                   |                            |code


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-02-06 21:56 ` pinskia at gcc dot gnu dot org
@ 2004-02-08  6:26 ` pinskia at gcc dot gnu dot org
  2004-02-11 20:53 ` rsandifo at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-08  6:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-08 06:26 -------
The reporter reports this is still a bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-08 06:26:30
               date|                            |


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-02-08  6:26 ` pinskia at gcc dot gnu dot org
@ 2004-02-11 20:53 ` rsandifo at gcc dot gnu dot org
  2004-02-12 19:08 ` cvs-commit at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2004-02-11 20:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-02-11 20:53 -------
OK, I downloaded your 3.4-based GNAT binaries (thanks!) and got a
bootstrap failure in stage2.  It wasn't in the same file, but I
suspect it's the same problem.

The problem seems to be that a variable (Scope_Suppress) isn't
getting the alignment that gcc expected.  And indeed, it seems
that MIPS' ASM_OUTPUT_ALIGNED_DECL_COMMON() totally ignores the
alignment argument in the common case, and has done since it was
introduced >4 years ago.  Not sure how we've got away with it
for so long...

Anyway, I have a patch that I'm testing.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rsandifo at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-02-11 20:53 ` rsandifo at gcc dot gnu dot org
@ 2004-02-12 19:08 ` cvs-commit at gcc dot gnu dot org
  2004-02-12 19:10 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-12 19:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-12 19:08 -------
Subject: Bug 13617

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rsandifo@gcc.gnu.org	2004-02-12 19:08:35

Modified files:
	gcc            : ChangeLog 
	gcc/config/mips: mips-protos.h mips.h mips.c 

Log message:
	PR bootstrap/13617
	* config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare.
	(mips_declare_object): Make variadic.
	* config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use
	mips_output_aligned_decl_common.
	* config/mips/mips.c (mips_output_aligned_decl_common): New function.
	(mips_declare_object): Make variadic.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.2757&r2=2.2758
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips-protos.h.diff?cvsroot=gcc&r1=1.62&r2=1.63
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.h.diff?cvsroot=gcc&r1=1.319&r2=1.320
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.c.diff?cvsroot=gcc&r1=1.379&r2=1.380



-- 


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-02-12 19:08 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-12 19:10 ` cvs-commit at gcc dot gnu dot org
  2004-02-12 19:13 ` rsandifo at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-12 19:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-12 19:10 -------
Subject: Bug 13617

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	rsandifo@gcc.gnu.org	2004-02-12 19:10:14

Modified files:
	gcc            : ChangeLog 
	gcc/config/mips: mips-protos.h mips.h mips.c 

Log message:
	PR bootstrap/13617
	* config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare.
	(mips_declare_object): Make variadic.
	* config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use
	mips_output_aligned_decl_common.
	* config/mips/mips.c (mips_output_aligned_decl_common): New function.
	(mips_declare_object): Make variadic.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.188&r2=2.2326.2.189
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips-protos.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.59.4.2&r2=1.59.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.310.4.3&r2=1.310.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.362.4.8&r2=1.362.4.9



-- 


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-02-12 19:10 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-12 19:13 ` rsandifo at gcc dot gnu dot org
  2004-02-12 20:18 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2004-02-12 19:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-02-12 19:13 -------
This patch cured the problem for me.  Please reopen the PR if you're
still having problems.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-02-12 19:13 ` rsandifo at gcc dot gnu dot org
@ 2004-02-12 20:18 ` pinskia at gcc dot gnu dot org
  2004-02-12 22:51 ` ro at techfak dot uni-bielefeld dot de
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-12 20:18 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4.0


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-02-12 20:18 ` pinskia at gcc dot gnu dot org
@ 2004-02-12 22:51 ` ro at techfak dot uni-bielefeld dot de
  2004-09-21  7:19 ` sergey_s_m at mail dot ru
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-02-12 22:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-02-12 22:51 -------
Subject: Re:  IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90

Thanks alot.  A mainline bootstrap with native tools is in progress, 3.4
branch bootstraps and mainline with gas will follow.

	Rainer


-- 


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-02-12 22:51 ` ro at techfak dot uni-bielefeld dot de
@ 2004-09-21  7:19 ` sergey_s_m at mail dot ru
  2004-09-21  7:27 ` rsandifo at redhat dot com
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergey_s_m at mail dot ru @ 2004-09-21  7:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From sergey_s_m at mail dot ru  2004-09-21 07:19 -------
I've modified this patch for gcc 3.3.1 Should I send it here?

-- 


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2004-09-21  7:19 ` sergey_s_m at mail dot ru
@ 2004-09-21  7:27 ` rsandifo at redhat dot com
  2005-01-08 14:33 ` cvs-commit at gcc dot gnu dot org
  2005-01-08 14:37 ` rsandifo at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: rsandifo at redhat dot com @ 2004-09-21  7:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rsandifo at redhat dot com  2004-09-21 07:27 -------
Subject: Re:  IRIX 6.5 Ada bootstrap failure with GNU
 as 2.14.90

"sergey_s_m at mail dot ru" <gcc-bugzilla@gcc.gnu.org> writes:
> I've modified this patch for gcc 3.3.1 Should I send it here?

Please send it to gcc-patches@.  I'm not sure whether there's going
to be another 3.3.x release after 3.3.5, but if so, it could go in.

Richard


-- 


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2004-09-21  7:27 ` rsandifo at redhat dot com
@ 2005-01-08 14:33 ` cvs-commit at gcc dot gnu dot org
  2005-01-08 14:37 ` rsandifo at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-08 14:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-08 14:33 -------
Subject: Bug 13617

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	rsandifo@gcc.gnu.org	2005-01-08 14:33:34

Modified files:
	gcc            : ChangeLog 
	gcc/config/mips: mips-protos.h mips.c mips.h 

Log message:
	Backport:
	2004-02-12  Richard Sandiford  <rsandifo@redhat.com>
	PR bootstrap/13617
	* config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare.
	(mips_declare_object): Make variadic.
	* config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use
	mips_output_aligned_decl_common.
	* config/mips/mips.c (mips_output_aligned_decl_common): New function.
	(mips_declare_object): Make variadic.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.1049&r2=1.16114.2.1050
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips-protos.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.30.4.1&r2=1.30.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.241.2.4&r2=1.241.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.227.4.6&r2=1.227.4.7



-- 


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


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

* [Bug bootstrap/13617] IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90
  2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2005-01-08 14:33 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-08 14:37 ` rsandifo at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2005-01-08 14:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rsandifo at gcc dot gnu dot org  2005-01-08 14:37 -------
Changing milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |3.3.6 3.4.0 4.0.0
   Target Milestone|3.4.0                       |3.3.6


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


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

end of thread, other threads:[~2005-01-08 14:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-08 19:49 [Bug bootstrap/13617] New: IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90 gcc-bugzilla at gcc dot gnu dot org
2004-02-06  1:35 ` [Bug bootstrap/13617] " pinskia at gcc dot gnu dot org
2004-02-06 21:39 ` ro at techfak dot uni-bielefeld dot de
2004-02-06 21:56 ` pinskia at gcc dot gnu dot org
2004-02-08  6:26 ` pinskia at gcc dot gnu dot org
2004-02-11 20:53 ` rsandifo at gcc dot gnu dot org
2004-02-12 19:08 ` cvs-commit at gcc dot gnu dot org
2004-02-12 19:10 ` cvs-commit at gcc dot gnu dot org
2004-02-12 19:13 ` rsandifo at gcc dot gnu dot org
2004-02-12 20:18 ` pinskia at gcc dot gnu dot org
2004-02-12 22:51 ` ro at techfak dot uni-bielefeld dot de
2004-09-21  7:19 ` sergey_s_m at mail dot ru
2004-09-21  7:27 ` rsandifo at redhat dot com
2005-01-08 14:33 ` cvs-commit at gcc dot gnu dot org
2005-01-08 14:37 ` rsandifo 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).