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


On Jan 27, 2005, at 12:23 PM, Mark Mitchell wrote:

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).

Your patch is correct.


However, I can't tell if you have a copyright assignment on file.

(I don't seem to have access to the FSF assignment information; is there someone else who can check to seee if Doug has paperwork on file?)

Have you submitted paperwork to the FSF? If you have not, then we cannot include the patch. And, worse yet, now that I've looked at it, I probably can't fix the bug myself...

FYI, I've received notification that my copyright assignment is now in effect. I've retested the patch on i686-pc-linux-gnu and all is (still) well for g++; libstdc++ tests are still running.


Doug


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