http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55135
Steven Bosscher <steven at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed|2012-10-30 00:00:00 |2013-02-28 CC| |steven at gcc dot gnu.org Ever Confirmed|0 |1 --- Comment #9 from Steven Bosscher <steven at gcc dot gnu.org> 2013-02-28 22:49:16 UTC --- I first tried at -O0, only to run into even worse compile time issues, hitting quadratic behavior in the number of EH regions, and having a huge number of them: void LHA::Load();; remove_queued_eh_handlers: # eh regions: 179972 The remove_queued_eh_handlers function is new, I'll attach a patch here after proper testing. With that problem out of the way, the next hurdle is IRA but I'm still trying to figure that one out.