This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/7737: g++ ver 3.2 Internal Compiler Error
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: gdr at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 28 Aug 2002 13:16:05 -0000
- Subject: Re: c++/7737: g++ ver 3.2 Internal Compiler Error
- Reply-to: Gabriel Dos Reis <gdr at integrable-solutions dot net>
The following reply was made to PR c++/7737; it has been noted by GNATS.
From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: Reichelt <reichelt@igpm.rwth-aachen.de>
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 <reichelt@igpm.rwth-aachen.de> 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