This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/11514] New: [tree-ssa] ICE on bootstrap with ada in sem_util.c
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2003 19:15:42 -0000
- Subject: [Bug ada/11514] New: [tree-ssa] ICE on bootstrap with ada in sem_util.c
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11514
Summary: [tree-ssa] ICE on bootstrap with ada in sem_util.c
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: critical
Priority: P2
Component: ada
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dhazeghi at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i?86-*-linux
tree-ssa has been failing to build ada for quite a while on i686-pc-linux (this
particular error since at least 5/11: http://gcc.gnu.
org/ml/gcc/2003-05/msg01064.html.
../gcc/configure
...
stage1/xgcc -Bstage1/ -B/usr/local/gcc-3.5-branch/i686-pc-linux-gnu/bin/ -c -g
-O2 -gnatpg -gnata -I- -I. -Iada -I../../gcc/gcc/ada ../..
/gcc/gcc/ada/sem_type.adb -o ada/sem_type.o
stage1/xgcc -Bstage1/ -B/usr/local/gcc-3.5-branch/i686-pc-linux-gnu/bin/ -c -g
-O2 -gnatpg -gnata -I- -I. -Iada -I../../gcc/gcc/ada ../..
/gcc/gcc/ada/sem_util.adb -o ada/sem_util.o
+===========================GNAT BUG DETECTED==============================+
| 3.5-tree-ssa 20030712 (merged 20030525) (i686-pc-linux-gnu) GCC error: |
| in walk_tree, at tree-inline.c:1634 |
| Error detected at ../../gcc/gcc/ada/sem_util.adb:126:21 |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html. |
| 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). |
+==========================================================================+
...
It would be nice if these were either fixed, or ada was disabled per default on
tree-ssa branch (it gets enabled automatically).