http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50326
Martin Jambor <jamborm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamborm at gcc dot gnu.org Component|tree-optimization |bootstrap --- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-09-13 13:14:12 UTC --- I can confirm it is caused by the aforementioned commit. The stage 2 compiler ICEs on /* confdefs.h */ #define PACKAGE_NAME "GNU C Runtime Library" #define PACKAGE_TARNAME "libgcc" #define PACKAGE_VERSION "1.0" #define PACKAGE_STRING "GNU C Runtime Library 1.0" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "http://www.gnu.org/software/libgcc/" /* end confdefs.h. */ int main () { ; return 0; }