[Bug rtl-optimization/101736] Option -fno-reorder-functions breaks exceptions

2021-08-03 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment

[Bug rtl-optimization/101736] Option -fno-reorder-functions breaks exceptions

2021-08-02 Thread rsundahl at icloud dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736 --- Comment #5 from Roy Sundahl --- (In reply to Andrew Pinski from comment #3) > A workaround is to do -fno-reorder-blocks-and-partition if you do > -fno-reorder-function That worked! Many thanks Andrew for vetting this bug so quickly and sugg

[Bug rtl-optimization/101736] Option -fno-reorder-functions breaks exceptions in gcc 8.2.1

2021-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/101736] Option -fno-reorder-functions breaks exceptions in gcc 8.2.1

2021-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101736 --- Comment #3 from Andrew Pinski --- A workaround is to do -fno-reorder-blocks-and-partition if you do -fno-reorder-function