Re: [patch] Fix ICE during out-of-SSA

2012-07-18 Thread Richard Guenther
On Wed, Jul 18, 2012 at 4:54 PM, Eric Botcazou wrote: > This is a regression present on mainline and 4.7 branch for targets using SJLJ > exceptions by default in Ada (e.g. ARM). The error message is: > > Unable to coalesce ssa_names 2 and 20 which are marked as MUST COALESCE. > b1_2(ab) and b1_2

[patch] Fix ICE during out-of-SSA

2012-07-18 Thread Eric Botcazou
This is a regression present on mainline and 4.7 branch for targets using SJLJ exceptions by default in Ada (e.g. ARM). The error message is: Unable to coalesce ssa_names 2 and 20 which are marked as MUST COALESCE. b1_2(ab) and b1_20(ab) +===GNAT BUG DETECTED