statement before variable declaration in cp_parser_initializer_list.
authorJoel Brobecker <brobecker@adacore.com>
Tue, 8 Jan 2013 12:34:12 +0000 (12:34 +0000)
committerJoel Brobecker <brobecke@gcc.gnu.org>
Tue, 8 Jan 2013 12:34:12 +0000 (12:34 +0000)
commit80a8d5212e6f3841c5c20a04f3b479d4fb6f9b9d
tree60d2d716e06ed5f3c27067fa8d4500b236dd2985
parent0985d1f526c9bf3ce0e82a3d20eb7814db39a031
statement before variable declaration  in cp_parser_initializer_list.

gcc/cp/ChangeLog:

        * parser.c (cp_parser_initializer_list): Move declaration
        of variable non_const to start of lexical block.

From-SVN: r195013
gcc/cp/ChangeLog
gcc/cp/parser.c