Re: Fix PR 57442

2013-05-29 Thread Richard Biener
On Wed, May 29, 2013 at 3:35 AM, Easwaran Raman wrote: > I made a thinko when I asserted gcc_unreachable outside the main loop > of appears_later_in_bb in my previous fix to PR 57337. It is quite > possible for STMT1 to be followed by a one or more statements with the > same UID till the end of th

Fix PR 57442

2013-05-28 Thread Easwaran Raman
I made a thinko when I asserted gcc_unreachable outside the main loop of appears_later_in_bb in my previous fix to PR 57337. It is quite possible for STMT1 to be followed by a one or more statements with the same UID till the end of the BB without encountering STMT2. Right fix is to return STMT1 ou