http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51725
Mikael Pettersson <mikpe at it dot uu.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|sparc64-linux, |sparc64-linux,
|ia64-*-linux, alpha-linux |ia64-*-linux, alpha-linux,
| |m68k-linux
--- Comment #19 from Mikael Pettersson <mikpe at it dot uu.se> 2012-01-03
21:45:28 UTC ---
For completeness, the initial broken commit r182760 also broke m68k-linux:
/mnt/scratch/gcc-4.7-20111231/gcc/ipa-inline-analysis.c: In function
'inline_node_duplication_hook':
/mnt/scratch/gcc-4.7-20111231/gcc/ipa-inline-analysis.c:1045:1: internal
compiler error: Segmentation fault
That's in stage 3, and it's reproducible with a cross. Jakub's first fix in
r182819 fixes this one. Resuming that bootstrap attempt...