From: Giovanni Bajo Date: Mon, 3 May 2004 10:13:26 +0000 (+0000) Subject: ChangeLog missed in my previous commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5015278a591cc4d097fdb75d6226dab5fcb8857e;p=gcc.git ChangeLog missed in my previous commit From-SVN: r81427 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index bc900beae1d..27fc85f79ec 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,13 @@ +2004-05-03 Giovanni Bajo + + PR c++/14389 + * decl2.c (check_classfn): For member templates, compare also the + template parameters to match the declaration. + * cp-tree.h: Adjust declaration of check_classfn. + * decl.c (start_decl, grokfndecl): Adjust callers of check_classfn. + * friend.c (do_friend): Likewise. + * pt.c (tsubst_friend_function): Likewise. + 2004-05-01 Zack Weinberg * decl.c (reshape_init): Do not apply TYPE_DOMAIN to a VECTOR_TYPE.