PR middle-end/81331
* except.c (execute): Fix ordering issue.
From-SVN: r250370
+2017-07-19 Jan Hubicka <hubicka@ucw.cz>
+
+ PR middle-end/81331
+ * except.c (execute): Fix ordering issue.
+
2018-07-19 Segher Boessenkool <segher@kernel.crashing.org>
PR rtl-optimization/81423
virtual bool gate (function *);
virtual unsigned int execute (function *)
{
+ int ret = convert_to_eh_region_ranges ();
maybe_add_nop_after_section_switch ();
- return convert_to_eh_region_ranges ();
+ return ret;
}
}; // class pass_convert_to_eh_region_ranges