Mercurial > hg > CbC > CbC_gcc
changeset 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 | 70c969e0d1dd |
files | gcc/c-parser.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gcc/c-parser.c Tue Jan 17 02:50:46 2012 +0900 +++ b/gcc/c-parser.c Tue Jan 17 05:01:16 2012 +0900 @@ -6768,9 +6768,7 @@ /* Use thread-local */ DECL_TLS_MODEL (decl_cond) = decl_default_tls_model (decl_cond); DECL_NONLOCAL (decl_cond) = 1; - // DECL_READ_P (decl_cond) = 1; - //DECL_ARTIFICIAL (decl_cond) = 1; - // pushdecl (decl_cond); + DECL_ARTIFICIAL (decl_cond) = 1; add_stmt (build_stmt(location, DECL_EXPR, pushdecl (decl_cond))); /* define nested function. */