http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56742
--- Comment #4 from Kai Tietz 2013-03-27 09:40:16
UTC ---
(In reply to comment #3)
> (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 ju
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56742
Steven Bosscher changed:
What|Removed |Added
CC||steven at gcc dot gnu.org
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56742
--- Comment #2 from Kai Tietz 2013-03-26 21:14:23
UTC ---
Hmm, yes indeed it is the -freorder-blocks option. One solution is to disallow
after reload for SEH-target to modify jumps.
The following patch fixes the issue for me.
Index:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56742
Andrew Pinski changed:
What|Removed |Added
CC||franke at computer dot org
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56742
Kai Tietz changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONF