Bug 24415 - [4.1 regression] [powerpc] ada bootstrap failure
Summary: [4.1 regression] [powerpc] ada bootstrap failure
Status: RESOLVED DUPLICATE of bug 22533
Alias: None
Product: gcc
Classification: Unclassified
Component: ada (show other bugs)
Version: 4.1.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 22533
  Show dependency treegraph
 
Reported: 2005-10-17 20:56 UTC by Debian GCC Maintainers
Modified: 2005-10-19 03:13 UTC (History)
6 users (show)

See Also:
Host:
Target: powerpc-linux
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debian GCC Maintainers 2005-10-17 20:56:48 UTC
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
Comment 1 Andrew Pinski 2005-10-18 16:15:31 UTC
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?
Comment 2 Debian GCC Maintainers 2005-10-18 16:40:11 UTC
(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)
Comment 3 Andrew Pinski 2005-10-18 18:07:27 UTC
(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.
Comment 4 Andrew Pinski 2005-10-19 03:13:01 UTC
Yep it is the same bug.

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