PR c++/41876
commitc44f7fafa476d712551f7e31fcc6c0412c154b2d
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Nov 2009 20:52:21 +0000 (3 20:52 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Nov 2009 20:52:21 +0000 (3 20:52 +0000)
tree9af4ad6eba228c9379f404da1b013ff89c43b9f8
parent7d9261266b7cc2aa97a631339e3ffc8643e7f59a
PR c++/41876
* parser.c (cp_parser_type_specifier_seq): Rename is_condition to
is_declaration.
(cp_parser_exception_declaration): Pass true.
(cp_parser_omp_for_loop): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153864 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/eh-decl.C [new file with mode: 0644]