[Bug c/40529] New: Build fails with an internal compiler error.
compiled by GNU C version 4.4.0, GMP version 4.2.4, MPFR version 2.4.1. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Compiler executable checksum: 452ce342d39d6ff85fd31059a97a3468 source/blender/radiosity/intern/source/radfactors.c: In function calcSidefactors: source/blender/radiosity/intern/source/radfactors.c:192: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. -- Summary: Build fails with an internal compiler error. Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rperini at email dot it GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40529
[Bug c/40529] Build fails with an internal compiler error.
--- Comment #1 from rperini at email dot it 2009-06-23 19:55 --- Created an attachment (id=18054) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18054&action=view) The preprocessed source file. The output from gcc -v -save-temps -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40529
[Bug middle-end/40529] Build fails with an internal compiler error.
--- Comment #2 from rperini at email dot it 2009-06-23 20:19 --- If you remove the flag "-ffast-math" compilation goes well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40529
[Bug other/30862] New: Installation error
After correct bootstrapping of the compiler (C, C++ and Java), make install gives the following error, leaving the Java installation in a broken state: Making install in midi-alsa make[6]: Entering directory `/root/gccbuild/i686-pc-linux-gnu/libjava/classpath/native/jni/midi-alsa' make[7]: Entering directory `/root/gccbuild/i686-pc-linux-gnu/libjava/classpath/native/jni/midi-alsa' make[7]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/classpath" || mkdir -p -- "/usr/lib/classpath" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'libgjsmalsa.la' '/usr/lib/classpath/libgjsmalsa.la' /usr/bin/install -c .libs/libgjsmalsa.so.0.0.0 /usr/lib/classpath/libgjsmalsa.so.0.0.0 (cd /usr/lib/classpath && rm -f libgjsmalsa.so.0 && ln -s libgjsmalsa.so.0.0.0 libgjsmalsa.so.0) (cd /usr/lib/classpath && rm -f libgjsmalsa.so && ln -s libgjsmalsa.so.0.0.0 libgjsmalsa.so) /usr/bin/install -c .libs/libgjsmalsa.lai /usr/lib/classpath/libgjsmalsa.la /usr/bin/install -c .libs/libgjsmalsa.a /usr/lib/classpath/libgjsmalsa.a $old_postinstall_cmds ../../../libtool: line 5379: $old_postinstall_cmds~ranlib: command not found make[7]: *** [install-nativelibLTLIBRARIES] Error 127 make[7]: Leaving directory `/root/gccbuild/i686-pc-linux-gnu/libjava/classpath/native/jni/midi-alsa' make[6]: *** [install-am] Error 2 make[6]: Leaving directory `/root/gccbuild/i686-pc-linux-gnu/libjava/classpath/native/jni/midi-alsa' make[5]: *** [install-recursive] Error 1 make[5]: Leaving directory `/root/gccbuild/i686-pc-linux-gnu/libjava/classpath/native/jni' make[4]: *** [install-recursive] Error 1 make[4]: Leaving directory `/root/gccbuild/i686-pc-linux-gnu/libjava/classpath/native' make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory `/root/gccbuild/i686-pc-linux-gnu/libjava/classpath' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/root/gccbuild/i686-pc-linux-gnu/libjava' make[1]: *** [install-target-libjava] Error 2 make[1]: Leaving directory `/root/gccbuild' make: *** [install] Error 2 The gcc -v command givers the following output: Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.1.2/configure --enable-shared --enable-static --disable-nls --with-gnu-as --with-gnu-ld --enable-threads=posix --enable-__cxa_atexit --enable-cpp --enable-languages=java --enable-libssp --enable-checking=release --enable-libgcj --disable-libgcj-multifile --with-system-zlib --enable-java-gc=boehm --prefix=/usr Thread model: posix gcc version 4.1.2 Built with the following make command: make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap Note that GCC 4.1.1 compiles and install well, on the same system (a Fedora Core 4 distribution) -- Summary: Installation error Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rperini at email dot it GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30862
[Bug c/21378] New: GCC Internal Compiler Error
When compiling a source file, GCC 4.0.0 exit with an "Internal compiler error". This is the output of the `gcc -v` command: Using built-in specs. Target: i686-pc-linux-gnu Configured with: ../gcc-4.0.0/configure --enable-shared --with-gnu-as --with-gnu-ld --enable-threads=posix --enable-cpp --enable-languages=c,c++,java --enable-interpreter --enable-java-net --with-x --with-java-awt=gtk,xlib --enable-nls --prefix=/usr Thread model: posix gcc version 4.0.0 This is the complete command line passed that triggers the bug: gcc -pipe -funsigned-char -march=athlon-xp -O3 -pipe -fomit-frame-pointer -ffast-math -mfpmath=sse,387 -msse -mmmx -m3dnow -Wno-unused-parameter -Wall -W -D_REENTRANT -DGAMEBLENDER=1 -DUSE_SUMO_SOLID -DNDEBUG -DINTERNATIONAL -DFTGL_STATIC_LIBRARY -DNAN_BUILDINFO -Iintern/guardedalloc -I/home/mjordan/Blender/build/linux2/source/blender/blenlib -Isource/blender/blenlib -Isource/blender/blenlib -I/home/mjordan/Blender/build/linux2/source/blender/makesdna -Isource/blender/makesdna -Isource/blender/makesdna -I/home/mjordan/Blender/build/linux2/source/blender/blenkernel -Isource/blender/blenkernel -Isource/blender/blenkernel -I/home/mjordan/Blender/build/linux2/source/blender/include -Isource/blender/include -Isource/blender/include -Iintern/bmfont -I/home/mjordan/Blender/build/linux2/source/blender/imbuf -Isource/blender/imbuf -Isource/blender/imbuf -I/home/mjordan/Blender/build/linux2/source/blender/render/extern/include -Isource/blender/render/extern/include -Isource/blender/render/extern/include -Iintern/bsp/extern -I/home/mjordan/Blender/build/linux2/source/blender/renderconverter -Isource/blender/renderconverter -Isource/blender/renderconverter -I/home/mjordan/Blender/build/linux2/source/blender/radiosity/extern/include -Isource/blender/radiosity/extern/include -Isource/blender/radiosity/extern/include -Iintern/decimation/extern -I/home/mjordan/Blender/build/linux2/source/blender/blenloader -Isource/blender/blenloader -Isource/blender/blenloader -I/home/mjordan/Blender/build/linux2/source/blender/python -Isource/blender/python -Isource/blender/python -I/home/mjordan/Blender/build/linux2/source/kernel/gen_system -Isource/kernel/gen_system -Isource/kernel/gen_system -Iintern/SoundSystem -I/home/mjordan/Blender/build/linux2/source/blender/readstreamglue -Isource/blender/readstreamglue -Isource/blender/readstreamglue -I/home/mjordan/Blender/build/linux2/source/blender/img -Isource/blender/img -Isource/blender/img -I/home/mjordan/Blender/build/linux2/source/blender/quicktime -Isource/blender/quicktime -Isource/blender/quicktime -Iintern/ghost -Iintern/opennl/extern -I/usr/include/python2.3 -I/usr/include/SDL -I/usr/include -I/usr/X11R6/include -I/home/mjordan/Blender/build/linux2/source/blender/ftfont -Isource/blender/ftfont -Isource/blender/ftfont -c -o /home/mjordan/Blender/build/linux2/source/blender/src/editipo.o source/blender/src/editipo.c This is the output the compiler generates after that command line: source/blender/src/editipo.c: In function 'movekey_ipo': source/blender/src/editipo.c:4395: internal compiler error: in fold_convert, at fold-const.c:1922 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. -- Summary: GCC Internal Compiler Error Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rperini at email dot it CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21378
[Bug c/21379] New: GCC Internal Compiler Error
"source/blender/readstreamglue" ignoring duplicate directory "source/blender/img" ignoring nonexistent directory "/home/mjordan/Blender/build/linux2/source/blender/quicktime" ignoring duplicate directory "source/blender/quicktime" ignoring duplicate directory "/usr/include" as it is a non-system directory that duplicates a system directory ignoring duplicate directory "source/blender/ftfont" #include "..." search starts here: #include <...> search starts here: intern/guardedalloc /home/mjordan/Blender/build/linux2/source/blender/blenlib source/blender/blenlib /home/mjordan/Blender/build/linux2/source/blender/makesdna source/blender/makesdna /home/mjordan/Blender/build/linux2/source/blender/blenkernel source/blender/blenkernel source/blender/include intern/bmfont /home/mjordan/Blender/build/linux2/source/blender/imbuf source/blender/imbuf source/blender/render/extern/include intern/bsp/extern source/blender/renderconverter source/blender/radiosity/extern/include intern/decimation/extern /home/mjordan/Blender/build/linux2/source/blender/blenloader source/blender/blenloader /home/mjordan/Blender/build/linux2/source/blender/python source/blender/python /home/mjordan/Blender/build/linux2/source/kernel/gen_system source/kernel/gen_system intern/SoundSystem source/blender/readstreamglue /home/mjordan/Blender/build/linux2/source/blender/img source/blender/img source/blender/quicktime intern/ghost intern/opennl/extern /usr/include/python2.3 /usr/include/SDL /usr/X11R6/include /home/mjordan/Blender/build/linux2/source/blender/ftfont source/blender/ftfont /usr/local/include /usr/lib/gcc/i686-pc-linux-gnu/4.0.0/include /usr/include End of search list. /usr/libexec/gcc/i686-pc-linux-gnu/4.0.0/cc1 -fpreprocessed editipo.i -quiet -dumpbase editipo.c -march=athlon-xp -mfpmath=sse,387 -msse -mmmx -m3dnow -auxbase-strip /home/mjordan/Blender/build/linux2/source/blender/src/editipo.o -O3 -Wno-unused-parameter -Wall -W -version -funsigned-char -fomit-frame-pointer -ffast-math -o editipo.s GNU C version 4.0.0 (i686-pc-linux-gnu) compiled by GNU C version 4.0.0. GGC heuristics: --param ggc-min-expand=63 --param ggc-min-heapsize=62519 source/blender/src/editipo.c: In function �ovekey_ipo� source/blender/src/editipo.c:4395: internal compiler error: in fold_convert, at fold-const.c:1922 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. -- Summary: GCC Internal Compiler Error Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rperini at email dot it CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21379
[Bug c/21379] GCC Internal Compiler Error
--- Additional Comments From rperini at email dot it 2005-05-04 13:40 --- Created an attachment (id=8817) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8817&action=view) This is the preprocessed source file that triggers the bug This is the output generated with -v -save-temps flags -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21379
[Bug middle-end/21379] [4.0/4.1 Regression] GCC Internal Compiler Error
--- Additional Comments From rperini at email dot it 2005-05-04 15:13 --- (In reply to comment #2) > *** Bug 21378 has been marked as a duplicate of this bug. *** Sorry for double posting. I have some problems on my Internet connection. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21379