This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/42564] ICE on sparc - unrecognizable insn
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jan 2010 11:06:27 -0000
- Subject: [Bug target/42564] ICE on sparc - unrecognizable insn
- References: <bug-42564-5724@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from debian-gcc at lists dot debian dot org 2010-01-01 11:06 -------
the sparc64-linux compiler from the trunk is configured with
--with-pkgversion='Debian 20091228-2'
--with-bugurl='file:///usr/share/doc/gcc-snapshot/README.Bugs'
--enable-languages=c,c++,java,fortran,objc,obj-c++
--prefix=/usr/lib/gcc-snapshot
--enable-shared
--with-system-zlib
--disable-nls
--enable-clocale=gnu
--enable-libstdcxx-debug
--enable-plugin
--disable-browser-plugin
--enable-java-awt=gtk
--enable-gtk-cairo
--with-java-home=//usr/lib/jvm/java-1.5.0-gcj-4.5-snap/jre
--enable-java-home
--with-jvm-root-dir=//usr/lib/jvm/java-1.5.0-gcj-4.5-snap
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.5-snap
--with-arch-directory=sparc64
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc
--disable-multilib
--with-long-double-128
--disable-werror
--build=sparc64-linux-gnu
--host=sparc64-linux-gnu
--target=sparc64-linux-gnu
COLLECT_GCC_OPTIONS='-v' '-c' '-fPIC' '-O2' '-mcpu=v9'
/usr/lib/gcc-snapshot/libexec/gcc/sparc64-linux-gnu/4.5.0/cc1 -fpreprocessed
cap-ng.i -quiet -dumpbase cap-ng.i -mcpu=v9 -auxbase cap-ng -O2 -version -fPIC
-o /tmp/ccGcfzUk.s
patches applied are:
pr40521-revert-workaround:
Revert the dwarf2cfi_asm workaround, obsoleted by PR debug/40521.
gcc-ice-hack:
Retry the build on an ice, save the calling options and preprocessed
source when the ice is reproducible.
gcc-ice-apport:
Report an ICE to apport (if apport is available
and the environment variable GCC_NOAPPORT is not set)
plus two build patches for libjava and gcc/config/arm.
started a build without the pr40521-revert-workaround
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42564