ChangeLog missed in my previous commit
authorgiovannibajo <giovannibajo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 May 2004 10:13:26 +0000 (10:13 +0000)
committergiovannibajo <giovannibajo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 May 2004 10:13:26 +0000 (10:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81427 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index bc900be..27fc85f 100644 (file)
@@ -1,3 +1,13 @@
+2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       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  <zack@codesourcery.com>
 
        * decl.c (reshape_init): Do not apply TYPE_DOMAIN to a VECTOR_TYPE.