comparison gcc/c-parser.c @ 89:3356a4c26abc

modify comment out :c-parser.c
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 20 Dec 2011 19:03:56 +0900
parents f214c1d5b862
children 99e7b6776dd1
comparison
equal deleted inserted replaced
88:f214c1d5b862 89:3356a4c26abc
6166 gcc_assert (tlab); 6166 gcc_assert (tlab);
6167 decl_attributes (&tlab, NULL_TREE, 0); 6167 decl_attributes (&tlab, NULL_TREE, 0);
6168 add_stmt (build_stmt (loc, LABEL_EXPR, tlab)); 6168 add_stmt (build_stmt (loc, LABEL_EXPR, tlab));
6169 6169
6170 tree ret = c_finish_return (loc, retval, retval); /*tree ret = c_finish_return (retval);*/ 6170 tree ret = c_finish_return (loc, retval, retval); /*tree ret = c_finish_return (retval);*/
6171 /*
6171 TREE_USED(ret) = 1; 6172 TREE_USED(ret) = 1;
6172
6173
6174 tree if_body = c_end_compound_stmt (loc, cstmt, true); 6173 tree if_body = c_end_compound_stmt (loc, cstmt, true);
6175 TREE_SIDE_EFFECTS (cstmt) = 1; 6174 TREE_SIDE_EFFECTS (cstmt) = 1;
6176 c_finish_if_stmt (loc, cond, if_body, NULL_TREE, false); 6175 c_finish_if_stmt (loc, cond, if_body, NULL_TREE, false);
6177 */ 6176 */
6178 6177