parser.c (cp_parser_init_declarator): Set pushed_scope to NULL_TREE instead of inappr...
authorDmitry Gorbachev <d.g.gorbachev@gmail.com>
Mon, 2 May 2011 17:06:49 +0000 (17:06 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 2 May 2011 17:06:49 +0000 (17:06 +0000)
commit6fb380f70867fe2a693361320ad4e0055d2d2321
treef46efe9dbfcef34f6021cdd272347884bc535a87
parent481ae741a8f346ed03a446e75055fe65c88f0e52
parser.c (cp_parser_init_declarator): Set pushed_scope to NULL_TREE instead of inappropriate zero values.

* parser.c (cp_parser_init_declarator): Set pushed_scope to NULL_TREE
instead of inappropriate zero values.

Co-Authored-By: Eric Botcazou <ebotcazou@adacore.com>
From-SVN: r173263
gcc/cp/ChangeLog
gcc/cp/parser.c