This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bug report
- To: boucp00 at DMI dot USherb dot CA
- Subject: Re: Bug report
- From: "Martin v. Loewis" <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Date: Fri, 29 Oct 1999 12:15:22 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <38191AA5.4E20AD3@dmi.usherb.ca>
> Here is another bug. This time, everything works well, but shouldn't
> (with the explicit keyword):
Thanks for your bug report. gcc-2.95.2 still has this bug; the
mainline compiler says
a.cc: In function `int main (...)':
a.cc:18: could not convert `a' to `const B &'
a.cc:12: in passing argument 1 of `func (const B &)'
so it seems the bug has been fixed.
Regards,
Martin