From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: boucp00@DMI.USherb.CA Cc: gcc-bugs@gcc.gnu.org Subject: Re: Bug report Date: Sun, 31 Oct 1999 23:03:00 -0000 Message-id: <199910291015.MAA14262@mira.isdn.cs.tu-berlin.de> References: <38191AA5.4E20AD3@dmi.usherb.ca> X-SW-Source: 1999-10n/msg00899.html List-Id: > 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