https://bugzilla.novell.com/show_bug.cgi?id=683052 https://bugzilla.novell.com/show_bug.cgi?id=683052#c0 Summary: Crash in C compiler; internal compiler error Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: jpff@codemist.co.uk QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.18) Gecko/20110320 SUSE/2.0.13-0.2.1 SeaMonkey/2.0.13 Compiling a system I often do (I am a developer) I get In file included from /usr/include/stdio.h:75:0, from H/sysdep.h:127, from H/csoundCore.h:31, from Engine/auxfd.c:24: /usr/include/libio.h:208:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. scons: *** [Engine/auxfd.o] Error 1 In file included from /usr/include/stdio.h:75:0, from H/sysdep.h:127, from H/csoundCore.h:31, from Engine/auxfd.c:24: /usr/include/libio.h:208:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. scons: *** [Engine/auxfd.os] Error 1 In file included from /usr/include/stdio.h:75:0, from Engine/cfgvar.c:24: /usr/include/libio.h:208:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. scons: *** [Engine/cfgvar.o] Error 1 etc Version of gcc is gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.5/lto-wrapper Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.5 --enable-linux-futex --without-system-libunwind --enable-gold --with-plugin-ld=/usr/bin/gold --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.5.1 20101208 [gcc-4_5-branch revision 167585] (SUSE Linux) and the line in libio is enum __codecvt_result { __codecvt_ok, <<<<<<<<<<<<<<<<<<<<< __codecvt_partial, Reproducible: Always Steps to Reproduce: 1. Run script to compile C 2.gcc -o Engine/auxfd.o -c -O3 -mtune=k8 -ftree-vectorize -ffast-math -Wno-format -DGNU_GETTEXT -g -fomit-frame-pointer -freorder-blocks -fPIC -DLINUX -DPIPES -fP IC -fPIC -DHAVE_LIBSNDFILE=1016 -DHAVE_FLTK -DBETA -DUSE_DOUBLE -DHAVE_SOCKETS - DINC_MP3 -DHAVE_PTHREAD_BARRIER_INIT -DHAVE_SYNC_LOCK_TEST_AND_SET -DHAVE_FCNTL_ H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TE RMIOS_H -DHAVE_VALUES_H -DHAVE_SOCKETS -DHAVE_DIRENT_H -DENABLE_NEW_PARSER -D__B UILDING_LIBCSOUND -I. -IH -I/usr/include/fltk-1.1 -I/usr/local/include -I/usr/in clude -I/usr/include -I/usr/X11R6/include Engine/auxfd.c 3. Actual Results: In file included from /usr/include/stdio.h:75:0, from H/sysdep.h:127, from H/csoundCore.h:31, from Engine/auxfd.c:24: /usr/include/libio.h:208:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://bugs.opensuse.org/> for instructions. Expected Results: Compilation as ever -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.