On Fri, Jun 15, 2018 at 11:33:10PM +0200, Eric Botcazou wrote: > > So like this (if it passes another bootstrap/regtest together with the > > cfgrtl.c change)? It fixes the testcase too. > > > > 2018-06-15 Jakub Jelinek <ja...@redhat.com> > > > > 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. > > OK, thanks. I'll build the Ada compiler on x86/Windows once this is in.
Now committed after successful bootstrap/regtest on x86_64-linux and i686-linux. Is the cfgrtl.c change ok for trunk too? http://gcc.gnu.org/ml/gcc-patches/2018-06/msg00967.html Jakub