Re: [PATCH] Fix PR60750

2014-04-04 Thread Jeff Law
On 04/04/14 05:54, Richard Biener wrote: This fixes PR60750 by removing the premature (and bogus) optimization of omitting VDEFs for noreturn calls (in this case the call is still returning via EH and you also have to consider it returning abnormally). Bootstrap & regtest running on x86_64-unkn

[PATCH] Fix PR60750

2014-04-04 Thread Richard Biener
This fixes PR60750 by removing the premature (and bogus) optimization of omitting VDEFs for noreturn calls (in this case the call is still returning via EH and you also have to consider it returning abnormally). Bootstrap & regtest running on x86_64-unknown-linux-gnu. Richard. 2014-04-04 Richa