This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: G++ : pointers to overloaded function members problem
- To: gcc-bugs at gcc dot gnu dot org, mmendez at paris dot sgi dot com
- Subject: Re: G++ : pointers to overloaded function members problem
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Mon, 30 Apr 2001 13:50:08 -0700
When uncommenting the buggy release, this message appears :
main3.cpp:28: assuming & on overloaded member function
main3.cpp:28: assuming & on overloaded member function
I can reproduce this problem with the November compiler I released that most
IA-64 linux distributions use. This was based on a June 2000 snapshot.
I can not reproduce the problem with the gcc-3 pre-release sources, so
it appears that it has already been fixed.
It isn't worth my trouble to track down exactly what patch fixed the
problem. I recommend moving to gcc-3 as soon as practical, but that may
still be a few months away.
Jim