# HG changeset patch # User Nobuyasu Oshiro # Date 1324754242 -32400 # Node ID 0a063106bba9b0580e334a3741ad5a1c7f9e7cdc # Parent 99e7b6776dd1e40b7559ba03139aed564b6682da modify cbc_finish_labeled_goto:c-parser.c diff -r 99e7b6776dd1 -r 0a063106bba9 gcc/c-parser.c --- a/gcc/c-parser.c Sun Dec 25 04:04:42 2011 +0900 +++ b/gcc/c-parser.c Sun Dec 25 04:17:22 2011 +0900 @@ -6162,21 +6162,6 @@ tree tlab; tree cond; - /* - tree cstmt = c_begin_compound_stmt (true); - tlab = define_label (loc, label); - gcc_assert (tlab); - decl_attributes (&tlab, NULL_TREE, 0); - add_stmt (build_stmt (loc, LABEL_EXPR, tlab)); - - tree ret = c_finish_return (loc, retval, retval); //tree ret = c_finish_return (retval); - TREE_USED(ret) = 1; - tree if_body = c_end_compound_stmt (loc, cstmt, true); - TREE_SIDE_EFFECTS (cstmt) = 1; - c_finish_if_stmt (loc, cond, if_body, NULL_TREE, false); - - */ - cond = integer_zero_node; tree block_outside = c_begin_compound_stmt (false); tree block_inside = c_begin_compound_stmt (false);