------- Comment #5 from jakub at gcc dot gnu dot org 2005-12-13 08:01 ------- Subject: Bug 24907
Author: jakub Date: Tue Dec 13 08:01:53 2005 New Revision: 108462 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108462 Log: 2005-12-13 Petr Machata <[EMAIL PROTECTED]> PR c++/24907 * parser.c (cp_parser_simple_declaration): Require comma at the beginning of processing second and later declarators, instead of allowing the comma at the end of each iteration. * g++.dg/parse/comma2.C: New test. Added: trunk/gcc/testsuite/g++.dg/parse/comma2.C Modified: trunk/gcc/cp/ChangeLog trunk/gcc/cp/parser.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24907