This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/37331] New: ICE trying to compile /dev/null
- From: "patriciak784-gccmainling at yahoo dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Sep 2008 14:27:17 -0000
- Subject: [Bug c/37331] New: ICE trying to compile /dev/null
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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