At revision 134862, bootstrapping fails at stage 2 on *-apple-darwin9 with:
/opt/gcc/darwin_buildw/./prev-gcc/xgcc -B/opt/gcc/darwin_buildw/./prev-gcc/ -B/opt/gcc/gcc4.4w/powerpc-apple-darwin9/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.4-work/gcc -I../../gcc-4.4-work/gcc/. -I../../gcc-4.4-work/gcc/../include -I../../gcc-4.4-work/gcc/../libcpp/include -I/sw/include -I../../gcc-4.4-work/gcc/../libdecnumber -I../../gcc-4.4-work/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.4-work/gcc/bb-reorder.c -o bb-reorder.o In file included from ../../gcc-4.4-work/gcc/regs.h:27, from ../../gcc-4.4-work/gcc/bb-reorder.c:73: ../../gcc-4.4-work/gcc/basic-block.h: In function 'single_succ_edge': ../../gcc-4.4-work/gcc/basic-block.h:637: error: missing callgraph edge for call stmt: fancy_abort (&"../../gcc-4.4-work/gcc/basic-block.h"[0], 638, &__FUNCTION__); ../../gcc-4.4-work/gcc/basic-block.h:637: error: missing callgraph edge for call stmt: vec_assert_fail (&"index"[0], &"VEC(edge,base)"[0], &"../../gcc-4.4-work/gcc/basic-block.h"[0], 639, &__FUNCTION__); single_succ_edge/724(724): availability:local 44 insns (52 after inlining) reachable tree local finalized inlinable called by: find_traces_1_round/762 (0.01 per call) find_traces_1_round/762 (0.05 per call) rotate_loop/760 duplicate_computed_gotos/781 (0.02 per call) duplicate_computed_gotos/781 (0.02 per call) duplicate_computed_gotos/781 (0.06 per call) calls: ../../gcc-4.4-work/gcc/basic-block.h:637: internal compiler error: verify_cgraph_node failed Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[3]: *** [bb-reorder.o] Error 1 make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Last working revision 134839. -- Summary: [4.4 Regression] internal compiler error: verify_cgraph_node failed Product: gcc Version: 4.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: dominiq at lps dot ens dot fr GCC build triplet: *-apple-darwin9 GCC host triplet: *-apple-darwin9 GCC target triplet: *-apple-darwin9 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36102