ChangeLog missed in my previous commit
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Mon, 3 May 2004 10:13:26 +0000 (10:13 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Mon, 3 May 2004 10:13:26 +0000 (10:13 +0000)
From-SVN: r81427

gcc/cp/ChangeLog

index bc900beae1def7613560761c8c8f3067f8e5100b..27fc85f79ecd4e7cb09830edfab7f0a3e3d51f7d 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.