Re: [patch] Fix PR rtl-optimization/85638

2018-05-09 Thread Eric Botcazou
> 2018-05-07 Eric Botcazou > > PR rtl-optimization/85638 > * bb-reorder.c: Include common/common-target.h. > (create_forwarder_block): New function extracted from... > (fix_up_crossing_landing_pad): ...here. Rename into... > (dw2_fix_up_crossing_landing_pad): ...t

[patch] Fix PR rtl-optimization/85638

2018-05-07 Thread Eric Botcazou
Hi, this is the build failure of the Ada runtime on platforms with SJLJ exceptions like 32-bit x86/Windows, a regression present on the mainline and 8 branch and caused by enabling -freorder-blocks-and-partition by default for x86. The CFG is somewhat different for EH regions in SJLJ mode becau