On 04/21/14 10:57, David Malcolm wrote:
gcc/ * gimple.h (gimple_cond_true_label): Require a const_gimple_cond rather than just a const_gimple. (gimple_cond_false_label): Likewise.* omp-low.c (diagnose_sb_2): Add checked cast to gimple_cond within case GIMPLE_COND. * tree-eh.c (maybe_record_in_goto_queue): Likewise. * tree-cfg.c (verify_gimple_stmt): Add a checked cast to gimple_cond within "case GIMPLE_COND", splitting it out into... (verify_gimple_label): New.
OK once prerequisites have gone in. jeff
