This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32482] [i386] ICE verify_ssa failed
- From: "renard at nospam dot dk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2007 10:59:38 -0000
- Subject: [Bug tree-optimization/32482] [i386] ICE verify_ssa failed
- References: <bug-32482-14137@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from renard at nospam dot dk 2007-07-03 10:59 -------
I get what I think is the exact same problem:
mm/slab.c:2243: error: expected an SSA_NAME object
mm/slab.c:2243: error: in statement
# VUSE <SFT.956> { SFT.956 }
D.17707_131 = node_online_map.bits[0];
mm/slab.c:2243: internal compiler error: verify_ssa failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gcc -v
Using built-in specs.
Target: vax-linux-uclibc
Configured with:
/home/mikkel/linux-vax/build/build-20070702-163607-UTC-vax-linux-uclibc/src/gcc/configure
--disable-multilib --with-newlib --disable-nls --enable-threads=no
--disable-threads --enable-symvers=gnu --enable-__cxa_atexit --disable-shared
--target=vax-linux-uclibc
--prefix=/home/mikkel/linux-vax/build/build-20070702-163607-UTC-vax-linux-uclibc/install/usr
--enable-languages=c,c++
Thread model: single
gcc version 4.3.0 20070702 (experimental)
The source is definitely available, but as it's the same file (although from
another version of the Linux kernel) as that of the original bug reporter it
seems to be of little use.
--
renard at nospam dot dk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |renard at nospam dot dk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32482