Bootstrap on mainline on hppa2.0w-hpux has started failing on 20050401 in the build of libgcc with the stage1 compiler. /home/gcc/nightlies/gcc-mainline-2005-04-01/gcc/libgcc2.c: In function '__muldi3': /home/gcc/nightlies/gcc-mainline-2005-04-01/gcc/libgcc2.c:533: internal compiler error: in default_no_named_section, at varasm.c:4828 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. The most recent big changes to varasm.c seem to be from 2005-03-31 Caroline Tice <ctice@apple.com> * Makefile.in (varasm.o): Add basic-block.h to list of requirements. (bb-reorder.o): Add errors.h to list of requirements. (STAGEFEEDBACK_FLAGS_TO_PASS): Add -freorder-blocks-and-partition to profiledbootstrap flags. [...] (but it doesn't touch that particular function). I'll attach preprocessed source for the relevant file (no special compilation options needed to reproduce the ICE).
Created attachment 8508 [details] File which ICEs
Also reproducable on i686-pc-openbsd3.1.
Confirmed. "Unofficial" patch here: <http://gcc.gnu.org/ml/gcc-patches/2005-04/msg00135.html>.
*** Bug 20778 has been marked as a duplicate of this bug. ***
Fixed by a couple of patches.