# HG changeset patch # User Nobuyasu Oshiro # Date 1324375436 -32400 # Node ID 3356a4c26abc95f7e4e8d2b49b9a7cdb855f9b5e # Parent f214c1d5b86298fa7e6b3fc74a47e3afa00d1b17 modify comment out :c-parser.c diff -r f214c1d5b862 -r 3356a4c26abc gcc/c-parser.c --- a/gcc/c-parser.c Tue Dec 20 18:53:46 2011 +0900 +++ b/gcc/c-parser.c Tue Dec 20 19:03:56 2011 +0900 @@ -6168,9 +6168,8 @@ 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);