Re: [PATCH] Fix PR56694

2013-03-28 Thread Tejas Belagod
Richard Biener wrote: This fixes PR56694 - the code keeping BLOCKs live is not looking at the EH tree for references. In the must-not-throw failure_loc such references can now appear. Fixed by reverting that to 4.7 behavior. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to

Re: [PATCH] Fix PR56694

2013-03-28 Thread Richard Biener
On Thu, 28 Mar 2013, Tejas Belagod wrote: Richard Biener wrote: This fixes PR56694 - the code keeping BLOCKs live is not looking at the EH tree for references. In the must-not-throw failure_loc such references can now appear. Fixed by reverting that to 4.7 behavior. Bootstrapped

[PATCH] Fix PR56694

2013-03-25 Thread Richard Biener
This fixes PR56694 - the code keeping BLOCKs live is not looking at the EH tree for references. In the must-not-throw failure_loc such references can now appear. Fixed by reverting that to 4.7 behavior. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk and 4.8 branch.