public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
@ 2004-01-19 22:14 gcc-bugzilla at gcc dot gnu dot org
  2004-01-19 22:16 ` [Bug ada/13750] " ro at gcc dot gnu dot org
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-01-19 22:14 UTC (permalink / raw)
  To: gcc-bugs

Current mainline fails to bootstrap on Tru64 UNIX (both V4.0F and V5.1B),
using GNAT 3.3.2 as a bootstrap compiler:

Bootstrap comparison failure!
ada/b_gnat1.o differs
ada/b_gnatb.o differs
make[1]: *** [gnucompare] Error 1

This worked at least until 20040114.

The difference is already in the underlying generated .c files:

--- stage2/ada/b_gnat1.c	Mon Jan 19 19:58:29 2004
+++ ada/b_gnat1.c	Mon Jan 19 21:07:11 2004
@@ -242,7 +242,7 @@
    extern char widechar_E;
    extern char stand_E;
 
-   const char *restrictions = "nnvvnnnvnnnvnnvnvnvvnvvvvnvnnnnvnnnvnvnnnnnnnvvvvnnnvvnv";
+   const char *restrictions = "vnvvnnnvnnnvnnvnvnvvnvvvvnvnnnnvnnnvnvnnnnnnnvnnvnnnvvnv";
    const char *interrupt_states = "";
 
    __gnat_set_globals (

and even in the .ali files:

--- stage2/ada/gnat1drv.ali	Mon Jan 19 19:56:59 2004
+++ ada/gnat1drv.ali	Mon Jan 19 21:06:26 2004
@@ -6,7 +6,7 @@
 A -gnata
 A -O2
 P SS
-R nnvvnnnvnnnnnnvnvnvnnvnnvnnnnnnnnnnvnvnnnnnnnvvvnnnnvvnn
+R vnvvnnnvnnnnnnvnvnvnnvnnvnnnnnnnnnnvnvnnnnnnnvnnnnnnvvnn
 
 U gnat1drv%b		gnat1drv.adb		e854125f NE SU
 W ada.exceptions%s	a-except.adb		a-except.ali

Environment:
System: OSF1 bartok V5.1 2650 alpha
Machine: alpha
	
host: alpha-dec-osf5.1b
build: alpha-dec-osf5.1b
target: alpha-dec-osf5.1b
configured with: /vol/gnu/src/gcc/gcc-dist/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls --host alpha-dec-osf5.1b --build alpha-dec-osf5.1b --target alpha-dec-osf5.1b

How-To-Repeat:
Bootstrap GCC on alpha-dec-osf5.1b as described above.

-- 
           Summary: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o
                    comparison failure
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: ada
        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: alpha-dec-osf5.1b
  GCC host triplet: alpha-dec-osf5.1b
GCC target triplet: alpha-dec-osf5.1b


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


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

* [Bug ada/13750] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
@ 2004-01-19 22:16 ` ro at gcc dot gnu dot org
  2004-01-20  3:45 ` [Bug ada/13750] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-01-19 22:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at gcc dot gnu dot org  2004-01-19 22:16 -------
Reset Version to work around GNATS to Bugzilla conversion bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|5.0                         |3.5.0


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


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

* [Bug ada/13750] [3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
  2004-01-19 22:16 ` [Bug ada/13750] " ro at gcc dot gnu dot org
@ 2004-01-20  3:45 ` pinskia at gcc dot gnu dot org
  2004-01-20 15:21 ` charlet at gcc dot gnu dot org
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-20  3:45 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
            Summary|Ada bootstrap failure on    |[3.5 Regression] Ada
                   |Tru64 UNIX: b_gnat[1b].o    |bootstrap failure on Tru64
                   |comparison failure          |UNIX: b_gnat[1b].o
                   |                            |comparison failure
   Target Milestone|---                         |3.5.0


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


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

* [Bug ada/13750] [3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
  2004-01-19 22:16 ` [Bug ada/13750] " ro at gcc dot gnu dot org
  2004-01-20  3:45 ` [Bug ada/13750] [3.5 Regression] " pinskia at gcc dot gnu dot org
@ 2004-01-20 15:21 ` charlet at gcc dot gnu dot org
  2004-01-20 23:12 ` ro at techfak dot uni-bielefeld dot de
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-20 15:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-20 15:21 -------
Looks like a codegen bug.
It would be helpful to identify the patch that is causing this regression,
thanks.

Arno

-- 


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


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

* [Bug ada/13750] [3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-01-20 15:21 ` charlet at gcc dot gnu dot org
@ 2004-01-20 23:12 ` ro at techfak dot uni-bielefeld dot de
  2004-01-20 23:23 ` [Bug ada/13750] [3.4/3.5 " pinskia at gcc dot gnu dot org
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-01-20 23:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-01-20 23:12 -------
Subject: Re:  [3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure

Bootstraps between 20040114 and 20040116 to identify the culprit patch are
now in progress.

	Rainer


-- 


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


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

* [Bug ada/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-01-20 23:12 ` ro at techfak dot uni-bielefeld dot de
@ 2004-01-20 23:23 ` pinskia at gcc dot gnu dot org
  2004-01-21 17:50 ` ro at techfak dot uni-bielefeld dot de
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-20 23:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-20 23:23 -------
I want to say that this is most likely related to PR 13713, the change which caused that also went in 
the same day and it is causing different strings.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.5 Regression] Ada        |[3.4/3.5 Regression] Ada
                   |bootstrap failure on Tru64  |bootstrap failure on Tru64
                   |UNIX: b_gnat[1b].o          |UNIX: b_gnat[1b].o
                   |comparison failure          |comparison failure
   Target Milestone|3.5.0                       |3.4.0


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


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

* [Bug ada/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-01-20 23:23 ` [Bug ada/13750] [3.4/3.5 " pinskia at gcc dot gnu dot org
@ 2004-01-21 17:50 ` ro at techfak dot uni-bielefeld dot de
  2004-01-21 17:56 ` [Bug middle-end/13750] " charlet at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-01-21 17:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-01-21 17:50 -------
Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure

Indeed: a C+Ada bootstrap as of 20040116 07:25 UTC is broken as reported,
another one without Geoff's patch (20040116 07:10) is ok.

	Rainer


-- 


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


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

* [Bug middle-end/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-01-21 17:50 ` ro at techfak dot uni-bielefeld dot de
@ 2004-01-21 17:56 ` charlet at gcc dot gnu dot org
  2004-01-21 21:08 ` geoffk at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-21 17:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-21 17:56 -------
So we now have two identified failures caused by this Geoff's patch.
Looks more than enough to apply the 'revert' rule.

Geoff, could you have a look and revert your patch, unless you
can work on fixing the regressions of course, thanks

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geoffk at apple dot com
         AssignedTo|unassigned at gcc dot gnu   |geoffk at apple dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
          Component|ada                         |middle-end


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


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

* [Bug middle-end/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-01-21 17:56 ` [Bug middle-end/13750] " charlet at gcc dot gnu dot org
@ 2004-01-21 21:08 ` geoffk at gcc dot gnu dot org
  2004-01-21 21:14 ` charlet at act-europe dot fr
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-01-21 21:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-01-21 21:08 -------
I cannot work on this problem because I do not have access to an Ada compiler, and I do not have 
access to a alpha-dec-osf5.1b system.

I have no particular objection to someone who can work on this problem, like Arnaud, reverting the 
patch, if they think that's the best course of action.  Of course, that will cause the problem that the 
patch fixed to reappear.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|geoffk at apple dot com     |
         AssignedTo|geoffk at apple dot com     |charlet at gcc dot gnu dot
                   |                            |org


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


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

* [Bug middle-end/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-01-21 21:08 ` geoffk at gcc dot gnu dot org
@ 2004-01-21 21:14 ` charlet at act-europe dot fr
  2004-01-22 11:27 ` charlet at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: charlet at act-europe dot fr @ 2004-01-21 21:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at act-europe dot fr  2004-01-21 21:14 -------
Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure

> I have no particular objection to someone who can work on this problem,
> like Arnaud, reverting the patch, if they think that's the best course of
> action.  Of course, that will cause the problem that the 
> patch fixed to reappear.

As far as I know, nobody proposed to work on fixing this issue (I do not
have the knowledge nor the set up to work on code gen bugs on tru64 nor
pa) so yes, please revert your patch (and reopen the corresponding PR it
fixed), thanks.

Arno


-- 


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


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

* [Bug middle-end/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-01-21 21:14 ` charlet at act-europe dot fr
@ 2004-01-22 11:27 ` charlet at gcc dot gnu dot org
  2004-01-22 14:13 ` charlet at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-22 11:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-22 11:27 -------
Geoff,

I am reassigning this PR to you: you can close it when your patch is
reverted, thanks.

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geoffk at apple dot com
         AssignedTo|charlet at gcc dot gnu dot  |geoffk at apple dot com
                   |org                         |


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


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

* [Bug middle-end/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-01-22 11:27 ` charlet at gcc dot gnu dot org
@ 2004-01-22 14:13 ` charlet at gcc dot gnu dot org
  2004-01-22 19:29 ` [Bug target/13750] " geoffk at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: charlet at gcc dot gnu dot org @ 2004-01-22 14:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2004-01-22 14:12 -------
Using proper email address for Geoff...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|geoffk at apple dot com     |geoffk at gcc dot gnu dot
                   |                            |org


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2004-01-22 14:13 ` charlet at gcc dot gnu dot org
@ 2004-01-22 19:29 ` geoffk at gcc dot gnu dot org
  2004-01-23 20:34 ` ro at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-01-22 19:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-01-22 19:29 -------
It's better to leave bugs unassigned if no-one is actually working on them.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|geoffk at gcc dot gnu dot   |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW
          Component|middle-end                  |target


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2004-01-22 19:29 ` [Bug target/13750] " geoffk at gcc dot gnu dot org
@ 2004-01-23 20:34 ` ro at gcc dot gnu dot org
  2004-01-23 20:37 ` pinskia at gcc dot gnu dot org
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ro at gcc dot gnu dot org @ 2004-01-23 20:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at gcc dot gnu dot org  2004-01-23 20:33 -------
Since Ada bootstrap has been broken for a week and nobody else seems to be doing
it, I'd like to perform the reversion myself.  Anything special to note?

Like what happens to the test cases? 

  Rainer


-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2004-01-23 20:34 ` ro at gcc dot gnu dot org
@ 2004-01-23 20:37 ` pinskia at gcc dot gnu dot org
  2004-01-23 22:39 ` ro at techfak dot uni-bielefeld dot de
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-23 20:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-23 20:37 -------
Yes please reopen the PCH bug.  Also most likely this is a target bug, just like PR 13713 was.

-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (13 preceding siblings ...)
  2004-01-23 20:37 ` pinskia at gcc dot gnu dot org
@ 2004-01-23 22:39 ` ro at techfak dot uni-bielefeld dot de
  2004-02-05 19:50 ` mmitchel at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-01-23 22:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-01-23 22:39 -------
Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure

Ok, I'll do this after the weekend (to be present should any problem come
up).

	Rainer


-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (14 preceding siblings ...)
  2004-01-23 22:39 ` ro at techfak dot uni-bielefeld dot de
@ 2004-02-05 19:50 ` mmitchel at gcc dot gnu dot org
  2004-02-05 19:55 ` ro at techfak dot uni-bielefeld dot de
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-02-05 19:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-02-05 19:50 -------
Ada is not a release priority.

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


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (15 preceding siblings ...)
  2004-02-05 19:50 ` mmitchel at gcc dot gnu dot org
@ 2004-02-05 19:55 ` ro at techfak dot uni-bielefeld dot de
  2004-02-05 21:19 ` mark at codesourcery dot com
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-02-05 19:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-02-05 19:55 -------
Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure

I intended to revert the patch for PR pch/13361 that caused this
regression, both for the 3.4 branch and mainline, since nobody was prepared
to fix it.  Ok?

	Rainer


-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (16 preceding siblings ...)
  2004-02-05 19:55 ` ro at techfak dot uni-bielefeld dot de
@ 2004-02-05 21:19 ` mark at codesourcery dot com
  2004-02-05 21:32 ` ro at techfak dot uni-bielefeld dot de
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: mark at codesourcery dot com @ 2004-02-05 21:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at codesourcery dot com  2004-02-05 21:19 -------
Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure
 on Tru64 UNIX: b_gnat[1b].o comparison failure

ro at techfak dot uni-bielefeld dot de wrote:

>------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-02-05 19:55 -------
>Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
>
>I intended to revert the patch for PR pch/13361 that caused this
>regression, both for the 3.4 branch and mainline, since nobody was prepared
>to fix it.  Ok?
>
Why isn't Geoff going to fix it?

It looks like reverting that patch would break PCH for C++, if I'm 
reading it correctly.

If the patch causes a new problem, then it's Geoff responsibility to fix it.



-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (17 preceding siblings ...)
  2004-02-05 21:19 ` mark at codesourcery dot com
@ 2004-02-05 21:32 ` ro at techfak dot uni-bielefeld dot de
  2004-02-05 21:42 ` mark at codesourcery dot com
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-02-05 21:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-02-05 21:32 -------
Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure

He declared, in Comment #7, that he cannot work on the problem (not having
GNAT and access to a Tru64 UNIX system), but didn't object to reverting
the patch.

	Rainer


-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (18 preceding siblings ...)
  2004-02-05 21:32 ` ro at techfak dot uni-bielefeld dot de
@ 2004-02-05 21:42 ` mark at codesourcery dot com
  2004-02-05 21:56 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: mark at codesourcery dot com @ 2004-02-05 21:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mark at codesourcery dot com  2004-02-05 21:42 -------
Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure
 on Tru64 UNIX: b_gnat[1b].o comparison failure

ro at techfak dot uni-bielefeld dot de wrote:
> ------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-02-05 21:32 -------
> Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
> 
> He declared, in Comment #7, that he cannot work on the problem (not having
> GNAT and access to a Tru64 UNIX system), but didn't object to reverting
> the patch.

If the patch is reverted, then Geoff has an obligation to find an 
alternate fix for the underlying PCH problem.



-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (19 preceding siblings ...)
  2004-02-05 21:42 ` mark at codesourcery dot com
@ 2004-02-05 21:56 ` cvs-commit at gcc dot gnu dot org
  2004-02-05 22:01 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-05 21:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-05 21:56 -------
Subject: Bug 13750

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ro@gcc.gnu.org	2004-02-05 21:56:43

Modified files:
	gcc            : ChangeLog c-typeck.c dwarf2out.c stmt.c tree.c 
	                 tree.def tree.h 
	gcc/config/sh  : sh.c 
	gcc/cp         : ChangeLog lex.c 
	gcc/testsuite  : ChangeLog 
Removed files:
	gcc/testsuite/g++.dg/pch: wchar-1.C wchar-1.Hs 

Log message:
	PR middle-end/13750
	Revert:
	2004-01-15  Geoffrey Keating  <geoffk@apple.com>
	PR pch/13361
	* c-typeck.c (constructor_asmspec): Delete.
	(struct initializer_stack): Delete field 'asmspec'.
	(start_init): Delete saving of asmspec.
	(finish_init): Don't update constructor_asmspec.
	* dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
	* stmt.c (expand_asm): Duplicate strings from tree.
	(expand_asm_operands): Likewise.
	* tree.c (tree_size): Update computation of size of STRING_CST.
	(make_node): Don't make STRING_CST nodes.
	(build_string): Allocate string with tree node.
	* tree.def (STRING_CST): Update comment.
	* tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
	(tree_string): Place contents of string in tree node.
	* config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
	from tree.
	
	cp:
	PR middle-end/13750
	Revert:
	2004-01-15  Geoffrey Keating  <geoffk@apple.com>
	PR pch/13361
	* cp/lex.c (handle_pragma_interface): Duplicate string from tree.
	(handle_pragma_implementation): Likewise.
	
	testsuite:
	PR middle-end/13750
	Revert:
	2004-01-15  Geoffrey Keating  <geoffk@apple.com>
	PR pch/13361
	* testsuite/g++.dg/pch/wchar-1.C: New.
	* testsuite/g++.dg/pch/wchar-1.Hs: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.2659&r2=2.2660
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&r1=1.275&r2=1.276
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.484&r2=1.485
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&r1=1.345&r2=1.346
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&r1=1.345&r2=1.346
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.def.diff?cvsroot=gcc&r1=1.70&r2=1.71
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&r1=1.461&r2=1.462
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.c.diff?cvsroot=gcc&r1=1.255&r2=1.256
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3940&r2=1.3941
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&r1=1.323&r2=1.324
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/pch/wchar-1.C.diff?cvsroot=gcc&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/pch/wchar-1.Hs.diff?cvsroot=gcc&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3473&r2=1.3474



-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (20 preceding siblings ...)
  2004-02-05 21:56 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-05 22:01 ` cvs-commit at gcc dot gnu dot org
  2004-02-05 22:02 ` geoffk at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-02-05 22:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-02-05 22:01 -------
Subject: Bug 13750

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	ro@gcc.gnu.org	2004-02-05 22:01:42

Modified files:
	gcc            : ChangeLog c-typeck.c dwarf2out.c stmt.c tree.c 
	                 tree.def tree.h 
	gcc/config/sh  : sh.c 
	gcc/cp         : ChangeLog lex.c 
	gcc/testsuite  : ChangeLog 
Removed files:
	gcc/testsuite/g++.dg/pch: wchar-1.C wchar-1.Hs 

Log message:
	PR middle-end/13750
	Revert:
	2004-01-15  Geoffrey Keating  <geoffk@apple.com>
	PR pch/13361
	* c-typeck.c (constructor_asmspec): Delete.
	(struct initializer_stack): Delete field 'asmspec'.
	(start_init): Delete saving of asmspec.
	(finish_init): Don't update constructor_asmspec.
	* dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
	* stmt.c (expand_asm): Duplicate strings from tree.
	(expand_asm_operands): Likewise.
	* tree.c (tree_size): Update computation of size of STRING_CST.
	(make_node): Don't make STRING_CST nodes.
	(build_string): Allocate string with tree node.
	* tree.def (STRING_CST): Update comment.
	* tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
	(tree_string): Place contents of string in tree node.
	* config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
	from tree.
	
	cp:
	PR middle-end/13750
	Revert:
	2004-01-15  Geoffrey Keating  <geoffk@apple.com>
	PR pch/13361
	* cp/lex.c (handle_pragma_interface): Duplicate string from tree.
	(handle_pragma_implementation): Likewise.
	
	testsuite:
	PR middle-end/13750
	Revert:
	2004-01-15  Geoffrey Keating  <geoffk@apple.com>
	PR pch/13361
	* testsuite/g++.dg/pch/wchar-1.C: New.
	* testsuite/g++.dg/pch/wchar-1.Hs: New.

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.147&r2=2.2326.2.148
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.272&r2=1.272.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.478.2.2&r2=1.478.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.342&r2=1.342.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.342.2.2&r2=1.342.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.def.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.70&r2=1.70.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.458.2.2&r2=1.458.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.247.2.2&r2=1.247.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3892.2.39&r2=1.3892.2.40
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.323&r2=1.323.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/pch/wchar-1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/pch/wchar-1.Hs.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3389.2.54&r2=1.3389.2.55



-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (21 preceding siblings ...)
  2004-02-05 22:01 ` cvs-commit at gcc dot gnu dot org
@ 2004-02-05 22:02 ` geoffk at gcc dot gnu dot org
  2004-02-05 22:03 ` ro at techfak dot uni-bielefeld dot de
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: geoffk at gcc dot gnu dot org @ 2004-02-05 22:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From geoffk at gcc dot gnu dot org  2004-02-05 22:02 -------
This whole discussion is silly.  I disbelieve that there is no-one who has access to the appropriate 
hardware and software to properly investigate the bug.  Rainer, why can't you debug it?

-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (22 preceding siblings ...)
  2004-02-05 22:02 ` geoffk at gcc dot gnu dot org
@ 2004-02-05 22:03 ` ro at techfak dot uni-bielefeld dot de
  2004-02-05 22:08 ` ro at techfak dot uni-bielefeld dot de
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-02-05 22:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-02-05 22:03 -------
Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure

Ok, so I went ahead and reverted Geoff's patch both on the 3.4 branch and
mainline, after regtesting on alpha-dec-osf4.0f and alpha-dec-osf5.1b.

	Rainer


-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (23 preceding siblings ...)
  2004-02-05 22:03 ` ro at techfak dot uni-bielefeld dot de
@ 2004-02-05 22:08 ` ro at techfak dot uni-bielefeld dot de
  2004-02-06  2:47 ` pinskia at gcc dot gnu dot org
  2004-04-05 17:27 ` pinskia at gcc dot gnu dot org
  26 siblings, 0 replies; 28+ messages in thread
From: ro at techfak dot uni-bielefeld dot de @ 2004-02-05 22:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ro at techfak dot uni-bielefeld dot de  2004-02-05 22:08 -------
Subject: Re:  [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure


> This whole discussion is silly.  I disbelieve that there is no-one who has access to the appropriate 
> hardware and software to properly investigate the bug.  Rainer, why can't you debug it?

I can try, but I'll certainly need a lot of guidance.  I got the impression
that nobody really cared about this regression.

	Rainer


-- 


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (24 preceding siblings ...)
  2004-02-05 22:08 ` ro at techfak dot uni-bielefeld dot de
@ 2004-02-06  2:47 ` pinskia at gcc dot gnu dot org
  2004-04-05 17:27 ` pinskia at gcc dot gnu dot org
  26 siblings, 0 replies; 28+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-06  2:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-06 02:47 -------
Fixed by reverting the patch which caused it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


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

* [Bug target/13750] [3.4/3.5 Regression] Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure
  2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
                   ` (25 preceding siblings ...)
  2004-02-06  2:47 ` pinskia at gcc dot gnu dot org
@ 2004-04-05 17:27 ` pinskia at gcc dot gnu dot org
  26 siblings, 0 replies; 28+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-05 17:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-05 17:26 -------
This seems so much related to following PA target bugs:
	PR optimization/13424 (hppa), bootstrap/14462, c/14828  PR 13713

-- 


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


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

end of thread, other threads:[~2004-04-05 17:27 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-19 22:14 [Bug ada/13750] New: Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o comparison failure gcc-bugzilla at gcc dot gnu dot org
2004-01-19 22:16 ` [Bug ada/13750] " ro at gcc dot gnu dot org
2004-01-20  3:45 ` [Bug ada/13750] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-01-20 15:21 ` charlet at gcc dot gnu dot org
2004-01-20 23:12 ` ro at techfak dot uni-bielefeld dot de
2004-01-20 23:23 ` [Bug ada/13750] [3.4/3.5 " pinskia at gcc dot gnu dot org
2004-01-21 17:50 ` ro at techfak dot uni-bielefeld dot de
2004-01-21 17:56 ` [Bug middle-end/13750] " charlet at gcc dot gnu dot org
2004-01-21 21:08 ` geoffk at gcc dot gnu dot org
2004-01-21 21:14 ` charlet at act-europe dot fr
2004-01-22 11:27 ` charlet at gcc dot gnu dot org
2004-01-22 14:13 ` charlet at gcc dot gnu dot org
2004-01-22 19:29 ` [Bug target/13750] " geoffk at gcc dot gnu dot org
2004-01-23 20:34 ` ro at gcc dot gnu dot org
2004-01-23 20:37 ` pinskia at gcc dot gnu dot org
2004-01-23 22:39 ` ro at techfak dot uni-bielefeld dot de
2004-02-05 19:50 ` mmitchel at gcc dot gnu dot org
2004-02-05 19:55 ` ro at techfak dot uni-bielefeld dot de
2004-02-05 21:19 ` mark at codesourcery dot com
2004-02-05 21:32 ` ro at techfak dot uni-bielefeld dot de
2004-02-05 21:42 ` mark at codesourcery dot com
2004-02-05 21:56 ` cvs-commit at gcc dot gnu dot org
2004-02-05 22:01 ` cvs-commit at gcc dot gnu dot org
2004-02-05 22:02 ` geoffk at gcc dot gnu dot org
2004-02-05 22:03 ` ro at techfak dot uni-bielefeld dot de
2004-02-05 22:08 ` ro at techfak dot uni-bielefeld dot de
2004-02-06  2:47 ` pinskia at gcc dot gnu dot org
2004-04-05 17:27 ` pinskia 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).