Home
last modified time | relevance | path

Searched refs:goto1 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtree-cfg.c5563 tree goto1 = NULL_TREE; in tree_lv_add_condition_to_bb() local
5570 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()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog10954 * g++.other/goto1.C: Update expectations for error messages.