------- Comment #3 from reichelt at gcc dot gnu dot org 2006-08-17 09:13 ------- Subject: Bug 28606
Author: reichelt Date: Thu Aug 17 09:13:13 2006 New Revision: 116218 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116218 Log: PR c++/28606 * parser.c (cp_parser_diagnose_invalid_type_name): Handle BIT_NOT_EXPR. Fix formatting. (cp_parser_parse_and_diagnose_invalid_type_name): Tighten condition for valid type-names. (cp_parser_unqualified_id): Fix error handling for destructors. * g++.dg/parse/dtor11.C: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/g++.dg/parse/dtor11.C Modified: branches/gcc-4_1-branch/gcc/cp/ChangeLog branches/gcc-4_1-branch/gcc/cp/parser.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28606