This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]