This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/51725] [4.7 regression] segfault in stage 3 when compiling gcc/opts.c for sparc64-linux
- From: "mikpe at it dot uu.se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 03 Jan 2012 21:45:28 +0000
- Subject: [Bug bootstrap/51725] [4.7 regression] segfault in stage 3 when compiling gcc/opts.c for sparc64-linux
- Auto-submitted: auto-generated
- References: <bug-51725-4@http.gcc.gnu.org/bugzilla/>
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...