re PR rtl-optimization/86108 (crash during unwinding with -O2)
authorJakub Jelinek <jakub@redhat.com>
Sat, 16 Jun 2018 06:50:31 +0000 (08:50 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 16 Jun 2018 06:50:31 +0000 (08:50 +0200)
commit81e994469991a4ddfd7ab91ca6d1a81b01e9f773
treeb2ef552ccb8d38578be65f015b2dddf3f9c44d65
parent94aedc1c0e27aca2b473c35172b564520a7a63ee
re PR rtl-optimization/86108 (crash during unwinding with -O2)

PR rtl-optimization/86108
* bb-reorder.c (create_forwarder_block): Renamed to ...
(create_eh_forwarder_block): ... this.  Split OLD_BB after labels and
jump from new landing pad to the second part.
(sjlj_fix_up_crossing_landing_pad, dw2_fix_up_crossing_landing_pad):
Adjust callers.

From-SVN: r261678
gcc/ChangeLog
gcc/bb-reorder.c