This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r108837 - in /trunk/gcc: cp/ChangeLog cp/class....


Author: mmitchel
Date: Tue Dec 20 04:44:20 2005
New Revision: 108837

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108837
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:
    trunk/gcc/testsuite/g++.dg/template/overload8.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/class.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]