[Bug target/9552] [x86-64] ICE in named_section_flags, at varasm.c
dank@kegel.com
gcc-bugzilla@gcc.gnu.org
Tue Jun 10 06:18:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9552
dank@kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank@kegel.com
------- Additional Comments From dank@kegel.com 2003-06-10 06:18 -------
I ran into the exact same bug in s390 with an x86 -> s390 gcc3.3.
You can reproduce the problem in either of two ways:
1. (the just-the-one-file-that-ICEs way)
s390-unknown-linux-gnu-gcc x.i
(where x.i is the file I'm about to attach)
- or -
2. (the real world way)
wget http://www.kegel.com/crossgcc/crosstool-0.7.tar.gz
tar -xzvf crosstool-0.7.tar.gz
cd crosstool-0.7
eval `cat s390.dat` `cat gcc3.3-glibc2.3.2.dat` sh all.sh
More information about the Gcc-bugs
mailing list