On Wed, 21 Dec 2011, Jakub Jelinek wrote:
> Hi!
>
> The following testcases fail on the trunk, because at -O0
> we don't decide to copy the finally stmts if there is more than one
> destination. That is of course desirable for debugging reasons if
> there are any real stmts, but if the try/final
Hi!
The following testcases fail on the trunk, because at -O0
we don't decide to copy the finally stmts if there is more than one
destination. That is of course desirable for debugging reasons if
there are any real stmts, but if the try/finally has been created only to
hold gimple_clobber_p stmts