[Bug java/27127] New: internal compiler error when compiling libjava with jc1
I'm trying to build gcc on solaris8 sparc. after the command below, Class.d is 0 bytes in size. I don't see any other temporary files left behind by -save-temps [EMAIL PROTECTED]:~/gcc-3.4.6/sparc-sun-solaris2.8/sparcv9/libjava$ /export/home/rainer/gcc-3.4.6/gcc/gcj -v -save-temps -B/export/home/rainer/gcc-3.4.6/sparc-sun-solaris2.8/sparcv9/libjava/ -B/export/home/rainer/gcc-3.4.6/gcc/ --encoding=UTF-8 -Wno-deprecated -fclasspath= -fbootclasspath=/export/home/rainer/gcc-3.4.6/sparc-sun-solaris2.8/sparcv9/libjava -g -O2 -m64 -MD -MT java/lang/Class.lo -MF java/lang/Class.d -c ../../.././libjava/java/lang/Class.java -fPIC -o java/lang/.libs/Class.o Reading specs from /export/home/rainer/gcc-3.4.6/gcc/specs Reading specs from /export/home/rainer/gcc-3.4.6/sparc-sun-solaris2.8/sparcv9/libjava/libgcj.spec rename spec lib to liborig Configured with: ./configure --prefix=/usr/local/gcc-4.1.0 --program-suffix=4.1.0 --with-gnu-ld=/usr/local/bin/ld --with-gnu-as=/usr/local/bin/as Thread model: posix gcc version 3.4.6 /export/home/rainer/gcc-3.4.6/gcc/jc1 ../../.././libjava/java/lang/Class.java -fuse-divide-subroutine -fcheck-references -fuse-boehm-gc -fkeep-inline-functions -mptr64 -mstack-bias -mno-v8plus -mcpu=v9 -quiet -dumpbase Class.java -m64 -auxbase-strip java/lang/.libs/Class.o -g -O2 -Wno-deprecated -version -fencoding=UTF-8 -fclasspath= -fbootclasspath=/export/home/rainer/gcc-3.4.6/sparc-sun-solaris2.8/sparcv9/libjava -fPIC -MD_ -MT java/lang/Class.lo -MF java/lang/Class.d -o Class.s GNU Java version 3.4.6 (sparc-sun-solaris2.8) compiled by GNU C version 3.4.2. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Class path starts here: ./ /export/home/rainer/gcc-3.4.6/sparc-sun-solaris2.8/sparcv9/libjava/ (system) ../../.././libjava/java/lang/Class.java: In class `java.lang.Class': ../../.././libjava/java/lang/Class.java: In method `java.lang.Class.getDeclaredFields()': ../../.././libjava/java/lang/Class.java:85: internal compiler error: in size_binop, at fold-const.c:1601 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. -- Summary: internal compiler error when compiling libjava with jc1 Product: gcc Version: 3.4.6 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rainer-gccbugzilla at 7val dot com GCC build triplet: sparc-sun-solaris2.8 GCC host triplet: sparc-sun-solaris2.8 GCC target triplet: sparc-sun-solaris2.8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27127
[Bug java/27127] internal compiler error when compiling libjava with jc1
--- Comment #1 from rainer-gccbugzilla at 7val dot com 2006-04-12 08:38 --- Created an attachment (id=11247) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11247&action=view) Class.s, as built by gcj/jc1 before failure -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27127
[Bug bootstrap/27127] internal compiler error when compiling libjava with jc1
--- Comment #3 from rainer-gccbugzilla at 7val dot com 2006-04-13 12:25 --- make bootstrap succeeded after setting -L and -D to the directory where libiconv was installed. Setting CONFIG_SHELL might have helped. -- rainer-gccbugzilla at 7val dot com changed: What|Removed |Added Status|WAITING |RESOLVED Resolution||INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27127
[Bug c/28356] New: xorg-server-X11R7.1/fb/fbmmx.c:1584: internal compiler error
/usr/bin/gcc-3.4 -mmmx -msse -Winline --param inline-unit-growth=1 --param large-function-growth=1 -O3 -mtune=pentium4 -march=i686 -fomit-frame-pointer -floop-optimize2 -funroll-loops -ftracer -MT libfbmmx_la-fbmmx.lo -MD -MP -MF .deps/libfbmmx_la-fbmmx.Tpo -c fbmmx.i -fPIC -DPIC -o /tmp/fbmmx.out fbmmx.c: In function `fbCompositeSolidMask_nx8x0565mmx': fbmmx.c:1584: internal compiler error: in verify_local_live_at_start, at flow.c:546 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see . gcc --version is: gcc-3.4 (GCC) 3.4.4 20050314 (prerelease) (Debian 3.4.3-13) -- Summary: xorg-server-X11R7.1/fb/fbmmx.c:1584: internal compiler error Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rainer-gccbugzilla at 7val dot com GCC build triplet: i486-pc-linux-gnu GCC host triplet: i486-pc-linux-gnu GCC target triplet: i486-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28356
[Bug c/28356] xorg-server-X11R7.1/fb/fbmmx.c:1584: internal compiler error
--- Comment #1 from rainer-gccbugzilla at 7val dot com 2006-07-12 10:09 --- Created an attachment (id=11864) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11864&action=view) preprocessed source file that causes the bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28356
[Bug rtl-optimization/28356] xorg-server-X11R7.1/fb/fbmmx.c:1584: internal compiler error
--- Comment #3 from rainer-gccbugzilla at 7val dot com 2006-07-12 11:26 --- Yes, it fails with the preprocessed file that I attached. I also tried a "apt-get install --reinstall gcc-3.4 gcc-3.4-base" to make sure that the gcc installation isn't corrupt. Omitting "-ftracer" stops the error from happening. debianSarge tiffany:/tmp$ dpkg -l |grep gcc-3.4 ii gcc-3.43.4.3-13 The GNU C compiler ii gcc-3.4-base 3.4.3-13 The GNU Compiler Collection (base package) root debianSarge tiffany:/tmp$ cat /tmp/x /usr/bin/gcc-3.4 -mmmx -msse -Winline --param inline-unit-growth=1 --param large-function-growth=1 -O3 -mtune=pentium4 -march=i686 -fomit-frame-pointer -floop-optimize2 -funroll-loops -ftracer -MT libfbmmx_la-fbmmx.lo -MD -MP -MF .deps/libfbmmx_la-fbmmx.Tpo -c fbmmx.i -fPIC -DPIC -o /tmp/fbmmx.out root debianSarge tiffany:/tmp$ /tmp/x fbmmx.c: In function `fbCompositeSolidMask_nx8x0565mmx': fbmmx.c:1584: internal compiler error: in verify_local_live_at_start, at flow.c:546 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28356
[Bug rtl-optimization/28356] xorg-server-X11R7.1/fb/fbmmx.c:1584: internal compiler error
--- Comment #5 from rainer-gccbugzilla at 7val dot com 2006-07-12 12:44 --- debianSarge tiffany:/tmp$ cat ./x /usr/bin/gcc-3.4 -v -mmmx -msse -Winline --param inline-unit-growth=1 --param large-function-growth=1 -O3 -mtune=pentium4 -march=i686 -fomit-frame-pointer -floop-optimize2 -funroll-loops -ftracer -MT libfbmmx_la-fbmmx.lo -MD -MP -MF .deps/libfbmmx_la-fbmmx.Tpo -c fbmmx.i -fPIC -DPIC -o /tmp/fbmmx.out debianSarge tiffany:/tmp$ ./x Reading specs from /usr/lib/gcc/i486-linux/3.4.4/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk --disable-werror i486-linux Thread model: posix gcc version 3.4.4 20050314 (prerelease) (Debian 3.4.3-13) /usr/lib/gcc/i486-linux/3.4.4/cc1 -fpreprocessed fbmmx.i -quiet -dumpbase fbmmx.i -mmmx -msse -mtune=pentium4 -march=i686 -auxbase-strip /tmp/fbmmx.out -O3 -Winline -version -fomit-frame-pointer -floop-optimize2 -funroll-loops -ftracer -fPIC --param inline-unit-growth=1 --param large-function-growth=1 -o /tmp/ccohFlL4.s GNU C version 3.4.4 20050314 (prerelease) (Debian 3.4.3-13) (i486-linux) compiled by GNU C version 3.4.4 20050314 (prerelease) (Debian 3.4.3-13). GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 fbmmx.c: In function `fbCompositeSolidMask_nx8x0565mmx': fbmmx.c:1584: internal compiler error: in verify_local_live_at_start, at flow.c:546 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28356