------- Comment #4 from mmitchel at gcc dot gnu dot org 2005-12-20 04:36 ------- Subject: Bug 24915
Author: mmitchel Date: Tue Dec 20 04:36:29 2005 New Revision: 108835 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108835 Log: PR c++/24915 * class.c (add_method): Do not treat templates as identical unless their return types are the same. PR c++/24915 * g++.dg/template/overload8.C: New test. Added: branches/gcc-4_0-branch/gcc/testsuite/g++.dg/template/overload8.C Modified: branches/gcc-4_0-branch/gcc/cp/ChangeLog branches/gcc-4_0-branch/gcc/cp/class.c branches/gcc-4_0-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24915