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]

r149265 - in /branches/ifunc/gcc: cp/ChangeLog....


Author: hjl
Date: Sun Jul  5 22:01:55 2009
New Revision: 149265

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149265
Log:
gcc/cp/

2009-07-05  H.J. Lu  <hongjiu.lu@intel.com>

	* call.c (standard_conversion): Support IFUNC member function.
	* class.c (resolve_address_of_overloaded_function): Likewise.

	* cp-tree.h (TYPE_PTRMEMIFUNC_P): New.

	* typeck.c (cp_build_unary_op): Take the address of non-static
	overloaded member function for IFUNC member function.

gcc/testsuite/

2009-07-05  H.J. Lu  <hongjiu.lu@intel.com>

	* g++.dg/torture/ifunc-21.C: New.
	* g++.dg/torture/ifunc-22.C: Likewise.
	* g++.dg/torture/ifunc-23.C: Likewise.

Added:
    branches/ifunc/gcc/testsuite/g++.dg/torture/ifunc-21.C
    branches/ifunc/gcc/testsuite/g++.dg/torture/ifunc-22.C
    branches/ifunc/gcc/testsuite/g++.dg/torture/ifunc-23.C
Modified:
    branches/ifunc/gcc/cp/ChangeLog.ifunc
    branches/ifunc/gcc/cp/call.c
    branches/ifunc/gcc/cp/class.c
    branches/ifunc/gcc/cp/cp-tree.h
    branches/ifunc/gcc/cp/typeck.c
    branches/ifunc/gcc/testsuite/ChangeLog.ifunc


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