[Bug c++/25552] [4.0/4.1 regression] Invalid destructor name accepted in friend declaration

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jan 24 21:45:00 GMT 2006



------- Comment #5 from reichelt at gcc dot gnu dot org  2006-01-24 21:45 -------
Subject: Bug 25552

Author: reichelt
Date: Tue Jan 24 21:44:57 2006
New Revision: 110181

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110181
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_0-branch/gcc/testsuite/g++.dg/parse/dtor8.C
Modified:
    branches/gcc-4_0-branch/gcc/cp/ChangeLog
    branches/gcc-4_0-branch/gcc/cp/call.c
    branches/gcc-4_0-branch/gcc/cp/init.c
    branches/gcc-4_0-branch/gcc/cp/parser.c
    branches/gcc-4_0-branch/gcc/cp/typeck.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25552



More information about the Gcc-bugs mailing list