[Bug bootstrap/50882] [4.6 Regression] internal compiler error: in extract_insn, at recog.c:2109 on powerpc-ibm-aix5.3.0.0

greed at pobox dot com gcc-bugzilla@gcc.gnu.org
Mon Oct 31 17:53:00 GMT 2011


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....



More information about the Gcc-bugs mailing list