This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Found possible bug in dynamic_cast
- To: leif at thep dot lu dot se
- Subject: Re: Found possible bug in dynamic_cast
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 26 Mar 2000 20:41:50 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <14332.41926.511940.401953@loke.thep.lu.se>
> the following simple program returns a non-zero exit status. As far as
> I can tell from the C++ standard (Note however that I have only the
> 1997 C++ Public Review Document and Stroustrups third edition
> available) it should return zero.
Thanks for your bug report. The mainline compiler (2.96 20000326
(experimental)) generates correct code, so the bug appears to be
fixed.
Regards,
Martin