c++/8239: gcc 3.2 fails to compile simple program with member pointers

bangerth@dealii.org bangerth@dealii.org
Wed Oct 30 08:16:00 GMT 2002


Synopsis: gcc 3.2 fails to compile simple program with member pointers

State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Wed Oct 30 08:16:42 2002
State-Changed-Why:
    This is a duplicate of PR/2521. The code is illegal, since
    it should be &C::m instead of &(C::M) for pointers to member
    functions. There was a long discussion about this starting
    here:
      http://gcc.gnu.org/ml/gcc-patches/2002-07/msg01427.html
    
    The problem is fixed on mainline, but not 3.2.1. I'll ask
    the people that fixed it whether they want to backport the
    fix.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8239



More information about the Gcc-prs mailing list