------- Comment #4 from jsm28 at gcc dot gnu dot org 2009-02-13 13:11 ------- Subject: Bug 35444
Author: jsm28 Date: Fri Feb 13 13:10:52 2009 New Revision: 144155 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144155 Log: PR c/35444 * c-parser.c (c_parser_parms_list_declarator): Discard pending sizes on syntax error after some arguments have been parsed. testsuite: * gcc.dg/noncompile/pr35444-1.c, gcc.dg/noncompile/pr35444-2.c: New tests. Added: branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/noncompile/pr35444-1.c branches/gcc-4_3-branch/gcc/testsuite/gcc.dg/noncompile/pr35444-2.c Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/c-parser.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35444