comparison gcc/c-parser.c @ 94:8bd24be3a2df

remove comment out
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Jan 2012 05:01:16 +0900
parents 0b0b0782e795
children 5211b774b8b5
comparison
equal deleted inserted replaced
93:0b0b0782e795 94:8bd24be3a2df
6766 TREE_USED (decl_cond) = 1; 6766 TREE_USED (decl_cond) = 1;
6767 6767
6768 /* Use thread-local */ 6768 /* Use thread-local */
6769 DECL_TLS_MODEL (decl_cond) = decl_default_tls_model (decl_cond); 6769 DECL_TLS_MODEL (decl_cond) = decl_default_tls_model (decl_cond);
6770 DECL_NONLOCAL (decl_cond) = 1; 6770 DECL_NONLOCAL (decl_cond) = 1;
6771 // DECL_READ_P (decl_cond) = 1; 6771 DECL_ARTIFICIAL (decl_cond) = 1;
6772 //DECL_ARTIFICIAL (decl_cond) = 1;
6773 // pushdecl (decl_cond);
6774 add_stmt (build_stmt(location, DECL_EXPR, pushdecl (decl_cond))); 6772 add_stmt (build_stmt(location, DECL_EXPR, pushdecl (decl_cond)));
6775 6773
6776 /* define nested function. */ 6774 /* define nested function. */
6777 decl = 6775 decl =
6778 cbc_finish_nested_function (location, label, decl_cond); 6776 cbc_finish_nested_function (location, label, decl_cond);