Re: [PATCH] Fix some further gimple_clobber_p fallout (PR middle-end/51644)

2011-12-21 Thread Richard Guenther
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

[PATCH] Fix some further gimple_clobber_p fallout (PR middle-end/51644)

2011-12-21 Thread Jakub Jelinek
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