This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15598] [3.4 Regression]: Gcc 3.4 ICE on valid code
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 May 2004 05:09:45 -0000
- Subject: [Bug target/15598] [3.4 Regression]: Gcc 3.4 ICE on valid code
- References: <20040523050424.15598.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From hjl at lucon dot org 2004-05-23 05:09 -------
Created an attachment (id=6363)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6363&action=view)
A testcase
make[1]: Entering directory `/export/home/hjl/bugs/gcc/itanium'
/export/build/gnu/gcc-next/build-ia64-linux/gcc/xgcc
-B/export/build/gnu/gcc-next/build-ia64-linux/gcc/ -O2 -mtune=itanium -c -o
bar.o bar.c
bar.c: In function `ia64_handle_irq':
bar.c:20: internal compiler error: in bundling, at config/ia64/ia64.c:6715
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [bar.o] Error 1
make[1]: Leaving directory `/export/home/hjl/bugs/gcc/itanium'
This patch
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01270.html
causes bootstrap failure on many platforms, including Linux/ia64. But gcc
passes this testcase. This patch
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg01451.html
may fix the bootstrap problem. But gcc fails the testcase.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15598