# HG changeset patch # User Nobuyasu Oshiro # Date 1326744076 -32400 # Node ID 8bd24be3a2df3e3ec17bcd0353647e6bd6e2e260 # Parent 0b0b0782e7956964168beed8be3b0d50465b46df remove comment out diff -r 0b0b0782e795 -r 8bd24be3a2df gcc/c-parser.c --- 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. */