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 [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to