This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50882] [4.6 Regression] internal compiler error: in extract_insn, at recog.c:2109 on powerpc-ibm-aix5.3.0.0
- From: "greed at pobox dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Oct 2011 17:53:18 +0000
- Subject: [Bug bootstrap/50882] [4.6 Regression] internal compiler error: in extract_insn, at recog.c:2109 on powerpc-ibm-aix5.3.0.0
- Auto-submitted: auto-generated
- References: <bug-50882-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50882
--- Comment #6 from Graham Reed <greed at pobox dot com> 2011-10-31 17:53:18 UTC ---
This seems to be enough to trigger the ICE:
int _Unwind_RaiseException(void)
{
int code;
int (*personality) (void);
code=(*personality) ();
}
No flags other than -Bprefix are needed. Now to figure out what changed....