This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Hi bugmakers
- To: osa at klo dot re dot com dot ua
- Subject: Re: Hi bugmakers
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Fri, 26 Feb 1999 00:08:51 +0100
- CC: egcs-bugs at cygnus dot com
- References: <199502201959.VAA00381@klo.re.com.ua>
> Just compile it.
> If you can, mail me back. thanks.
Ok, I compile this with egcs-2.93.08, and get
a.cc:14: no matching function for call to `B::func (int, int)'
a.cc:9: candidates are: B::func(int)
Looking at code, I see that the compiler is right, and your code is
wrong. Now what, bugmaker?
Regards,
Martin