From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28085 invoked by alias); 30 Oct 2002 16:16:43 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 28049 invoked by uid 61); 30 Oct 2002 16:16:43 -0000 Date: Wed, 30 Oct 2002 08:16:00 -0000 Message-ID: <20021030161643.28047.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, honza@jikos.cz, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, honza@jikos.cz, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/8239: gcc 3.2 fails to compile simple program with member pointers X-SW-Source: 2002-10/txt/msg01252.txt.bz2 List-Id: 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