From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10829 invoked by alias); 28 Aug 2002 13:16:06 -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 10809 invoked by uid 71); 28 Aug 2002 13:16:05 -0000 Date: Wed, 28 Aug 2002 06:46:00 -0000 Message-ID: <20020828131605.10805.qmail@sources.redhat.com> To: gdr@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: c++/7737: g++ ver 3.2 Internal Compiler Error Reply-To: Gabriel Dos Reis X-SW-Source: 2002-08/txt/msg00584.txt.bz2 List-Id: The following reply was made to PR c++/7737; it has been noted by GNATS. From: Gabriel Dos Reis To: Reichelt Cc: gcc-gnats@gcc.gnu.org, dwelter@sfwmd.gov, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Subject: Re: c++/7737: g++ ver 3.2 Internal Compiler Error Date: 28 Aug 2002 15:04:40 +0200 Reichelt writes: | Hi, | | the problem can be demonstrated with the following code snippet: | | -----------------------------snip here---------------------------- | struct A { void foo(); }; | void bar () { &(A::foo); } | -----------------------------snip here---------------------------- You're right, I fixed this very bug a while ago (but it didn't make it into 3.2). -- Gaby