This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in MI?
- To: Manfred dot Hollstein at ks dot sel dot alcatel dot de, egcs-bugs at cygnus dot com
- Subject: Re: Bug in MI?
- From: mrs at wrs dot com (Mike Stump)
- Date: Fri, 6 Mar 1998 11:42:36 -0800
No, this isn't a bug. The code is invalid. The wording on the error
message is non-optimal. The other compiler is wrong to accept the
code.
> Date: Fri, 6 Mar 98 09:30:32 +0100
> From: Manfred Hollstein <manfred@s-direktnet.de>
> I'm just looking at a problem some of my collegues are having. It's
> actually quite a big source file (around 70000 lines after
> preprocessing) and uses a very complex inheritance lattice (8 parents
> and around 30 ancestors - dammed I'd really appreciat having something
> like Source-Navigator around...), but I've been able to reduce it to
> 30 lines.
> t153.cc:29: cannot allocate an object of type `ProtectedTTPBidirectionalData'
> t153.cc:29: since the following virtual functions are abstract:
> t153.cc:29: int ProtectedTTPSourceData::convertAddedPtrToCrossConnectionObjectPointer()