On Linux/ia64, gcc revision 144352 gave: configure:2611: /export/gnu/import/svn/gcc-test/bld/./gcc/xgcc -B/export/gnu/import/svn/gcc-test/bld/./gcc/ -B/usr/local/ia64-unknown-linux-gnu/bin/ -B/usr/local/ia64-unknown-linux-gnu/lib/ -isystem /usr/local/ia64-unknown-linux-gnu/include -isystem /usr/local/ia64-unknown-linux-gnu/sys-include -c -g -O2 conftest.c >&5 xgcc: Internal error: Segmentation fault (program cc1) Please submit a full bug report. See <http://gcc.gnu.org/bugs.html> for instructions. configure:2614: $? = 1 configure: failed program was: | /* 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 "" | /* end confdefs.h. */ | int | main () | { | | ; | return 0; | } ... make[5]: *** [configure-stage2-target-libgcc] Error 1
Revision 144346 is OK. The changes are r144346 | bkoz | 2009-02-20 19:56:21 -0800 (Fri, 20 Feb 2009) | 12 lines r144348 | rsandifo | 2009-02-21 01:15:13 -0800 (Sat, 21 Feb 2009) | 7 lines r144349 | uros | 2009-02-21 01:34:36 -0800 (Sat, 21 Feb 2009) | 4 lines r144352 | gerald | 2009-02-21 03:12:28 -0800 (Sat, 21 Feb 2009) | 3 lines I think revision 144348 is the cause. -- Summary: [4.4 Regression] Revision 144348 breaks bootstrap Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hjl dot tools at gmail dot com GCC target triplet: ia64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39257