public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/24415]  New: [4.1 regression] [powerpc] ada bootstrap failure
@ 2005-10-17 20:56 debian-gcc at lists dot debian dot org
  2005-10-18 16:15 ` [Bug ada/24415] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-10-17 20:56 UTC (permalink / raw)
  To: gcc-bugs

seen with HEAD CVS 20051017

stage1/xgcc -Bstage1/ -B/usr/powerpc-linux-gnu/bin/ -c -O2      -gnatpg -gnata
-g -O1 -fno-inline \
 -I- -I. -Iada -I../../src/gcc/ada ../../src/gcc/ada/a-except.adb -o
ada/a-except.o
+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20051016 (experimental) (powerpc-unknown-linux-gnu) GCC error:     |
| Segmentation fault                                                       |
| Error detected at a-except.adb:1387: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-4.1 or gnatmake command that you entered.          |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases,
so please double check that the problem can still
be reproduced with the set of files listed.



raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:380
make[4]: *** [ada/a-except.o] Error 1


-- 
           Summary: [4.1 regression] [powerpc] ada bootstrap failure
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
GCC target triplet: powerpc-linux


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


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

* [Bug ada/24415] [4.1 regression] [powerpc] ada bootstrap failure
  2005-10-17 20:56 [Bug ada/24415] New: [4.1 regression] [powerpc] ada bootstrap failure debian-gcc at lists dot debian dot org
@ 2005-10-18 16:15 ` pinskia at gcc dot gnu dot org
  2005-10-18 16:40 ` debian-gcc at lists dot debian dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-18 16:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-18 16:15 -------
On PPC-darwin, I just get (which is a dup of bug 22533):
| tree check: expected class expression, have exceptional                  |
|    (constructor) in get_base_var, at ipa-utils.c:224                     |


How did you configure gcc?


-- 


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


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

* [Bug ada/24415] [4.1 regression] [powerpc] ada bootstrap failure
  2005-10-17 20:56 [Bug ada/24415] New: [4.1 regression] [powerpc] ada bootstrap failure debian-gcc at lists dot debian dot org
  2005-10-18 16:15 ` [Bug ada/24415] " pinskia at gcc dot gnu dot org
@ 2005-10-18 16:40 ` debian-gcc at lists dot debian dot org
  2005-10-18 18:07 ` pinskia at gcc dot gnu dot org
  2005-10-19  3:13 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-10-18 16:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from debian-gcc at lists dot debian dot org  2005-10-18 16:40 -------
(In reply to comment #1)
> On PPC-darwin, I just get (which is a dup of bug 22533):
> | tree check: expected class expression, have exceptional                  |
> |    (constructor) in get_base_var, at ipa-utils.c:224                     |
> 
> 
> How did you configure gcc?

Target: powerpc-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm
--enable-java-awt=gtk-default --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.1-1.4.2.0/jre --enable-mpfr
--disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux
--with-cpu=default32 --disable-werror --enable-checking=release
powerpc-linux-gnu
Thread model: posix
gcc version 4.1.0 20051018 (experimental)


-- 


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


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

* [Bug ada/24415] [4.1 regression] [powerpc] ada bootstrap failure
  2005-10-17 20:56 [Bug ada/24415] New: [4.1 regression] [powerpc] ada bootstrap failure debian-gcc at lists dot debian dot org
  2005-10-18 16:15 ` [Bug ada/24415] " pinskia at gcc dot gnu dot org
  2005-10-18 16:40 ` debian-gcc at lists dot debian dot org
@ 2005-10-18 18:07 ` pinskia at gcc dot gnu dot org
  2005-10-19  3:13 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-18 18:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2005-10-18 18:07 -------
(In reply to comment #2)
> --with-cpu=default32 --disable-werror --enable-checking=release

So maybe this is the error message we get with checking disabled (release
checking).  I will double check later today if that is the case.


-- 


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


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

* [Bug ada/24415] [4.1 regression] [powerpc] ada bootstrap failure
  2005-10-17 20:56 [Bug ada/24415] New: [4.1 regression] [powerpc] ada bootstrap failure debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2005-10-18 18:07 ` pinskia at gcc dot gnu dot org
@ 2005-10-19  3:13 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-19  3:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2005-10-19 03:13 -------
Yep it is the same bug.

*** This bug has been marked as a duplicate of 22533 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-10-19  3:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-17 20:56 [Bug ada/24415] New: [4.1 regression] [powerpc] ada bootstrap failure debian-gcc at lists dot debian dot org
2005-10-18 16:15 ` [Bug ada/24415] " pinskia at gcc dot gnu dot org
2005-10-18 16:40 ` debian-gcc at lists dot debian dot org
2005-10-18 18:07 ` pinskia at gcc dot gnu dot org
2005-10-19  3:13 ` 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).