public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/33634]  New: bootstrap with ada failed
@ 2007-10-02 23:45 danglin at gcc dot gnu dot org
  2007-10-02 23:46 ` [Bug ada/33634] " danglin at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-10-02 23:45 UTC (permalink / raw)
  To: gcc-bugs

/home/dave/gnu/gcc-4.3/objdir/./prev-gcc/xgcc
-B/home/dave/gnu/gcc-4.3/objdir/./
prev-gcc/ -B/home/dave/opt/gnu/gcc/gcc-4.3.0/hppa-linux/bin/ -c -g -O2     
-gna
tpg -gnata -g -O1 -fno-inline \
         -nostdinc -I- -I. -Iada -I../../gcc/gcc/ada
../../gcc/gcc/ada/a-except.
adb -o ada/a-except.o
+===========================GNAT BUG DETECTED==============================+
| 4.3.0 20071002 (experimental) [trunk revision 128947]
(hppa-unknown-linux-gnu)
 |
| Assert_Failure atree.adb:982                                             |
| Error detected at system.ads:44:1                                        |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Use a subject line meaningful to you and us to track the bug.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+
...
make[3]: *** [ada/a-except.o] Error 1

dave@hiauly6:~/gnu/gcc-4.3/objdir/prev-gcc$ ./xgcc -B./ -v
Reading specs from ./specs
Target: hppa-linux
Configured with: ../gcc/configure --with-gnu-as --with-gnu-ld --enable-shared
--prefix=/home/dave/opt/gnu/gcc/gcc-4.3.0
--with-local-prefix=/home/dave/opt/gnu --enable-threads=posix
--enable-__cxa_atexit --build=hppa-linux --enable-clocale=gnu
--enable-java-gc=boehm --enable-java-awt=xlib
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada
Thread model: posix
gcc version 4.3.0 20071002 (experimental) [trunk revision 128947] (GCC)

Last successful build was with revision 128899.


-- 
           Summary: bootstrap with ada failed
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
@ 2007-10-02 23:46 ` danglin at gcc dot gnu dot org
  2007-10-03  6:09 ` ebotcazou at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-10-02 23:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from danglin at gcc dot gnu dot org  2007-10-02 23:46 -------
This occurs in stage3 indicating a miscompiled compiler.


-- 


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
  2007-10-02 23:46 ` [Bug ada/33634] " danglin at gcc dot gnu dot org
@ 2007-10-03  6:09 ` ebotcazou at gcc dot gnu dot org
  2007-10-03 21:23 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-10-03  6:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ebotcazou at gcc dot gnu dot org  2007-10-03 06:08 -------
Try to revert the big SRA patch.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
  2007-10-02 23:46 ` [Bug ada/33634] " danglin at gcc dot gnu dot org
  2007-10-03  6:09 ` ebotcazou at gcc dot gnu dot org
@ 2007-10-03 21:23 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-10-03 21:32 ` ebotcazou at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2007-10-03 21:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca  2007-10-03 21:23 -------
Subject: Re:  bootstrap with ada failed

> ------- Comment #2 from ebotcazou at gcc dot gnu dot org  2007-10-03 06:08 -------
> Try to revert the big SRA patch.

128907 is ok.  128908 is broken.

Dave


-- 


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2007-10-03 21:23 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2007-10-03 21:32 ` ebotcazou at gcc dot gnu dot org
  2007-10-05  3:48 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2007-10-03 21:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ebotcazou at gcc dot gnu dot org  2007-10-03 21:31 -------
> 128907 is ok.  128908 is broken.

OK, thanks for confirming.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-10-03 21:31:51
               date|                            |


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2007-10-03 21:32 ` ebotcazou at gcc dot gnu dot org
@ 2007-10-05  3:48 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-10-05  3:52 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2007-10-05  3:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca  2007-10-05 03:48 -------
Subject: Re:  bootstrap with ada failed

Ignore.

Dave


-- 


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2007-10-05  3:48 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2007-10-05  3:52 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-10-05 17:43 ` aoliva at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2007-10-05  3:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca  2007-10-05 03:52 -------
Subject: Re:  bootstrap with ada failed

Ignore.

Dave


-- 


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2007-10-05  3:52 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2007-10-05 17:43 ` aoliva at gcc dot gnu dot org
  2007-10-05 17:44 ` aoliva at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2007-10-05 17:43 UTC (permalink / raw)
  To: gcc-bugs



-- 

aoliva at gcc dot gnu dot org changed:

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


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2007-10-05 17:43 ` aoliva at gcc dot gnu dot org
@ 2007-10-05 17:44 ` aoliva at gcc dot gnu dot org
  2007-10-05 18:18 ` aoliva at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2007-10-05 17:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from aoliva at gcc dot gnu dot org  2007-10-05 17:44 -------
Possible fix at http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00302.html


-- 

aoliva at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2007-10-05 17:44 ` aoliva at gcc dot gnu dot org
@ 2007-10-05 18:18 ` aoliva at gcc dot gnu dot org
  2007-10-05 19:02 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2007-10-05 18:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from aoliva at gcc dot gnu dot org  2007-10-05 18:17 -------
Actually, Dave tells me in one of the "Ignored" entries that he posted by
e-mail that the earlier patch at
http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00186.html had already fixed the
bootstrap problem, but that he still remained with a bunch of testsuite
regressions that look a lot like those that Richard Sandiford reported on mips.


-- 


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2007-10-05 18:18 ` aoliva at gcc dot gnu dot org
@ 2007-10-05 19:02 ` dave at hiauly1 dot hia dot nrc dot ca
  2007-10-09  1:33 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2007-10-05 19:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from dave at hiauly1 dot hia dot nrc dot ca  2007-10-05 19:02 -------
Subject: Re:  bootstrap with ada failed

> ------- Comment #8 from aoliva at gcc dot gnu dot org  2007-10-05 18:17 -------
> Actually, Dave tells me in one of the "Ignored" entries that he posted by
> e-mail that the earlier patch at
> http://gcc.gnu.org/ml/gcc-patches/2007-10/msg00186.html had already fixed the
> bootstrap problem, but that he still remained with a bunch of testsuite
> regressions that look a lot like those that Richard Sandiford reported on mips.

I've been trying to change my email configuration to make it complient
with NRC requirements, but the sourceware server doesn't like my changing
the From: address.  This caused the rejected posts.

Dave


-- 


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2007-10-05 19:02 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2007-10-09  1:33 ` danglin at gcc dot gnu dot org
  2007-10-09  4:48 ` aoliva at gcc dot gnu dot org
  2007-12-03  4:25 ` [Bug ada/33634] [4.3 Regression] " pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: danglin at gcc dot gnu dot org @ 2007-10-09  1:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from danglin at gcc dot gnu dot org  2007-10-09 01:33 -------
*** Bug 33703 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug ada/33634] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2007-10-09  1:33 ` danglin at gcc dot gnu dot org
@ 2007-10-09  4:48 ` aoliva at gcc dot gnu dot org
  2007-12-03  4:25 ` [Bug ada/33634] [4.3 Regression] " pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2007-10-09  4:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from aoliva at gcc dot gnu dot org  2007-10-09 04:47 -------
Fixed


-- 

aoliva at gcc dot gnu dot org changed:

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


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


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

* [Bug ada/33634] [4.3 Regression] bootstrap with ada failed
  2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2007-10-09  4:48 ` aoliva at gcc dot gnu dot org
@ 2007-12-03  4:25 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-12-03  4:25 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build, ice-on-valid-code
            Summary|bootstrap with ada failed   |[4.3 Regression] bootstrap
                   |                            |with ada failed
   Target Milestone|---                         |4.3.0


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


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

end of thread, other threads:[~2007-12-03  4:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-02 23:45 [Bug ada/33634] New: bootstrap with ada failed danglin at gcc dot gnu dot org
2007-10-02 23:46 ` [Bug ada/33634] " danglin at gcc dot gnu dot org
2007-10-03  6:09 ` ebotcazou at gcc dot gnu dot org
2007-10-03 21:23 ` dave at hiauly1 dot hia dot nrc dot ca
2007-10-03 21:32 ` ebotcazou at gcc dot gnu dot org
2007-10-05  3:48 ` dave at hiauly1 dot hia dot nrc dot ca
2007-10-05  3:52 ` dave at hiauly1 dot hia dot nrc dot ca
2007-10-05 17:43 ` aoliva at gcc dot gnu dot org
2007-10-05 17:44 ` aoliva at gcc dot gnu dot org
2007-10-05 18:18 ` aoliva at gcc dot gnu dot org
2007-10-05 19:02 ` dave at hiauly1 dot hia dot nrc dot ca
2007-10-09  1:33 ` danglin at gcc dot gnu dot org
2007-10-09  4:48 ` aoliva at gcc dot gnu dot org
2007-12-03  4:25 ` [Bug ada/33634] [4.3 Regression] " 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).