------- Comment #4 from reichelt at gcc dot gnu dot org 2006-01-24 21:39 ------- Subject: Bug 25552
Author: reichelt Date: Tue Jan 24 21:38:56 2006 New Revision: 110180 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110180 Log: PR c++/25552 * parser.c (cp_parser_unqualified_id): Check that destructor name and scope match. * call.c (check_dtor_name): Do not expect a BIT_NOT_EXPR. Adjust comment. Use same_type_p to compare types. * typeck.c (lookup_destructor): Adjust call to check_dtor_name. * init.c (build_offset_ref): Adjust call to check_dtor_name. * g++.dg/parse/dtor8.C: New test. Added: branches/gcc-4_1-branch/gcc/testsuite/g++.dg/parse/dtor8.C Modified: branches/gcc-4_1-branch/gcc/cp/ChangeLog branches/gcc-4_1-branch/gcc/cp/call.c branches/gcc-4_1-branch/gcc/cp/init.c branches/gcc-4_1-branch/gcc/cp/parser.c branches/gcc-4_1-branch/gcc/cp/typeck.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25552