This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add checking that during RTL bbs don't mix EH and non-complex predecessor edges


> 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  <jakub@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.

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]