This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: g++ 2.95.1 and 2.95.2 bug ?


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]