Bug 24370 - ICE / GNAT BUG BOX
Summary: ICE / GNAT BUG BOX
Status: RESOLVED DUPLICATE of bug 22533
Alias: None
Product: gcc
Classification: Unclassified
Component: ada (show other bugs)
Version: 4.1.0
: P2 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-14 17:25 UTC by Anh Vo
Modified: 2005-10-14 17:26 UTC (History)
5 users (show)

See Also:
Host: Yellow Dog Linux 4.0
Target: G5 PowerPC
Build: GCC-4.1.0-20051001
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 Anh Vo 2005-10-14 17:25:20 UTC
(...)
stage1/xgcc -Bstage1/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2      -gnatpg -gnata -I- -I. -Iada -I../../gcc-4.1-20051001/gcc/ada ../../gcc-4.1-20051001/gcc/ada/a-chlat1.ads -o ada/a-chlat1.o
stage1/xgcc -Bstage1/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -g -O2      -gnatpg -gnata -g -O1 -fno-inline \
 -I- -I. -Iada -I../../gcc-4.1-20051001/gcc/ada ../../gcc-4.1-20051001/gcc/ada/a-except.adb -o ada/a-except.o
+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20051001 (experimental) (powerpc-unknown-linux-gnu) GCC error:     |
| tree check: expected class                                               |
| 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 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[2]: *** [ada/a-except.o] Error 1
make[2]: Leaving directory `/home/voax/build-4.1.0/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/home/voax/build-4.1.0/gcc'
make: *** [bootstrap] Error 2
Comment 1 Andrew Pinski 2005-10-14 17:26:43 UTC

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