From 21864445019fb2a47312b6afcb2aede62cdc677a Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 16 Oct 2006 23:07:46 +0000 Subject: re PR c++/29408 (parse error for valid code) PR c++/29408 * parser.c (cp_parser_using_declaration): Stop parsing when something goes wrong with an access declaration. PR c++/29408 * g++.dg/parse/dtor12.C: New test. From-SVN: r117800 --- gcc/cp/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/cp/ChangeLog') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index f07426ab8c8..ff4718029e3 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,9 @@ 2006-10-16 Mark Mitchell + PR c++/29408 + * parser.c (cp_parser_using_declaration): Stop parsing when + something goes wrong with an access declaration. + PR c++/29435 * typeck.c (cxx_sizeof_or_alignof_type): Complete non-dependent types when their sizes are required. Refine test for VLAs. -- cgit v1.2.1