http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56742
Steven Bosscher <steven at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |steven at gcc dot gnu.org --- Comment #3 from Steven Bosscher <steven at gcc dot gnu.org> 2013-03-26 23:43:40 UTC --- (In reply to comment #2) > Hmm, yes indeed it is the -freorder-blocks option. One solution is to > disallow after reload for SEH-target to modify jumps. That's an awfully big hammer. Perhaps it's possible to first analyze what is actually happening in bbreorder that causes this bug?