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]

Re: Bug report: egcs 1.1


> This bug report concerns member function pointers to overloaded
> functions.  The bug is not present in gcc 2.8.1.

Vice versa. This is a bug in gcc 2.8.1. You must use
&<klasse>::<member> when forming a pointer-to-member. egcs refuses to
accept any other form (without <klasse>, or without &), whereas 2.8.1
doesn't execute this check.

Regards,
Martin


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