Searched refs:goto1 (Results 1 – 2 of 2) sorted by relevance
5563 tree goto1 = NULL_TREE; in tree_lv_add_condition_to_bb() local5570 goto1 = build1 (GOTO_EXPR, void_type_node, tree_block_label (first_head)); in tree_lv_add_condition_to_bb()5572 new_cond_expr = build3 (COND_EXPR, void_type_node, cond_expr, goto1, goto2); in tree_lv_add_condition_to_bb()
10954 * g++.other/goto1.C: Update expectations for error messages.