This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Hi bugmakers
- To: egcs-bugs at cygnus dot com
- Subject: Hi bugmakers
- From: "Vadim V. Osikov" <osa at klo dot re dot com dot ua>
- Date: Mon, 20 Feb 1995 21:59:03 +0200 (UKR)
Hello. I am sorry, i cann`t send everythink you asked in section "Bug report".
Bug in next lines:
class A {
public :
virtual int func ( int, int ) ;
virtual int func ( int ) ;
} ;
class B : public A {
public :
int func ( int ) ;
} ;
main () {
B b ;
b.func ( 0, 0 ) ;
}
Just compile it.
If you can, mail me back. thanks.