This is the mail archive of the gcc-patches@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]

Re: [C++ PATCH] Unify member pointer to member function pointer


Doug Gregor wrote:

Hello,
This patch for mainline CVS allows unification between a member pointer and a member function pointer, as required by section 8.3.3 of the C++ standard. It fixes the attached test case and one that has been XFAIL'd forever (g++.old-deja/g++.pt/memptr5.C).

May I ask you a naive question? How this issue relates to c++/19076?


Thanks,
Paolo.


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