output of "gcc-my432 -v": Using built-in specs. Target: mingw32 Configured with: ../gcc-4.3.2/configure --with-gnu-as --with-gnu-ld --with-dwarf2 --enable-decimal-float=bid --with-gcc --disable-libgomp --host=mingw32 --build=mingw32 --target=mingw32 --program-suffix=-my432 --with-arch=pentium3 --with-tune=pentium3 --disable-werror --prefix=/mingw --with-local-prefix=/mingw/local --enable-threads --disable-nls --enable-languages=c,c++,objc,obj-c++ --disable-win32-registry --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-gmp=/gmp-423-p2 --with-mpfr=/mpfr-231-p1 --disable-libssp Thread model: win32 gcc version 4.3.2 (GCC)
Command line was: (inside of MSYS) gcc-my432 -x c /dev/null And output is: cc1.exe: 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. Using --save-temps somehow doesn't produce any files at all... Using an older GCC version (gcc version 3.4.5 (mingw special)) does indeed work! :-) I hope you fix this silly bug and that it is perhaps also valuable for compiling other real files. -- Summary: ICE trying to compile /dev/null Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: patriciak784-gccmainling at yahoo dot de GCC build triplet: i686-pc-mingw32 GCC host triplet: i686-pc-mingw32 GCC target triplet: i686-pc-mingw32 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37331