From 5015278a591cc4d097fdb75d6226dab5fcb8857e Mon Sep 17 00:00:00 2001 From: Giovanni Bajo Date: Mon, 3 May 2004 10:13:26 +0000 Subject: [PATCH] ChangeLog missed in my previous commit From-SVN: r81427 --- gcc/cp/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- 2.30.2