Re: [PATCH][2/n] Make TODO_verify_il handle TODO_verify_stmts and TODO_verify_ssa

2014-04-29 Thread Jeff Law
On 04/29/14 08:40, Richard Biener wrote: This is step two - do GIMPLE stmt and SSA verification when the IL is in such state. It needs extra conditionals for IPA pass contexts which may run on inconsistent IL until fixup_cfg had a chance to run and adjust the IL for noreturn and nothrow changes

[PATCH][2/n] Make TODO_verify_il handle TODO_verify_stmts and TODO_verify_ssa

2014-04-29 Thread Richard Biener
This is step two - do GIMPLE stmt and SSA verification when the IL is in such state. It needs extra conditionals for IPA pass contexts which may run on inconsistent IL until fixup_cfg had a chance to run and adjust the IL for noreturn and nothrow changes (done only by ipa-pure-const). Bootstrapp