This is the mail archive of the gcc-prs@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++/7737: g++ ver 3.2 Internal Compiler Error


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


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