This has been fixed in gcc version 3.3 20020713 (experimental) at least. Thanks, Andrew Pinski On Monday, July 15, 2002, at 08:30 , Bas Wijnen wrote:
class foo
{
public:
int bar ()
{
}
};
int main ()
{
foo f;
f.bar ();
return 0;
}
-- To UNSUBSCRIBE, email to debian-gcc-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org