This is the mail archive of the gcc-bugs@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


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]