Bug report: egcs 1.1

Martin v. Loewis martin@mira.isdn.cs.tu-berlin.de
Sun Feb 28 23:30:00 GMT 1999


> 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



More information about the Gcc-bugs mailing list