This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/41491] [4.5 regression] ICE in set_value_range, at tree-vrp.c:386
- From: "doko at ubuntu dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Oct 2009 11:23:50 -0000
- Subject: [Bug bootstrap/41491] [4.5 regression] ICE in set_value_range, at tree-vrp.c:386
- References: <bug-41491-11764@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from doko at ubuntu dot com 2009-10-21 11:23 -------
Created an attachment (id=18856)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18856&action=view)
preprocessed source
attached the preprocessed source (from an 20091018 build). the compiler used to
build is a native compiler built from the same source, configured with:
--enable-shared --enable-linker-build-id --with-system-zlib --disable-nls
--enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-plugin
--enable-objc-gc --disable-softfloat --enable-secureplt
--enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32
--disable-werror --with-long-double-128 --build=powerpc-linux-gnu
--host=powerpc-linux-gnu --target=powerpc-linux-gnu
the cross compiler is configured with:
-enable-languages=c,c++,fortran --prefix=/usr/lib/gcc-snapshot
--libexecdir=/usr/lib/gcc-snapshot/libexec --disable-shared --disable-nls
--disable-threads --enable-checking=release --disable-libssp --with-system-zlib
--with-newlib --program-prefix=spu- --with-as=/usr/bin/spu-as
--with-ar=/usr/bin/spu-ar --with-ld=/usr/bin/spu-ld
--includedir=/usr/spu/include --libdir=/usr/spu/lib --host=powerpc-linux-gnu
--build=powerpc-linux-gnu --target=spu
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41491