This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/6989: crash of application with pure virtual methods and method pointers
- From: nathan at gcc dot gnu dot org
- To: ctron at dentrassi dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 11 Jun 2002 15:50:41 -0000
- Subject: Re: c++/6989: crash of application with pure virtual methods and method pointers
- Reply-to: nathan at gcc dot gnu dot org, ctron at dentrassi dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: crash of application with pure virtual methods and method pointers
State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Tue Jun 11 08:50:39 2002
State-Changed-Why:
not a bug.
during the construction of the A base, the object has
type A, and hence all virtual calls resolve to those
as seen by an A object.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6989