g++ 2.95.1 and 2.95.2 bug ?
Mike Stump
mrs@windriver.com
Sun Oct 31 23:03:00 GMT 1999
> Date: Fri, 22 Oct 1999 01:50:20 +0200
> From: Benoit Steiner <steiner@isia.cma.fr>
> I think I found a bug in the g++ compiler
No, unlikely.
> pure virtual method called
I suspect you called a pure virtual method. Doing so is wrong, in
about the same way that referencing a null pointer is.
If you can't trim this down to a small testcase and submit it as a bug
report, then we can't help you further. If you want to discuss this
feature of C++, you can always ask on comp.lang.c++, or check out a
good C++ book. If you can trim it down, feel free to forward it on,
and we can take a look at it and let you know for sure.
More information about the Gcc-bugs
mailing list