This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/5682: ICE in build_secondary_vtable
- From: nathan at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, j at bellinghausen dot net, jakub at redhat dot com, nathan at gcc dot gnu dot org
- Date: 26 Mar 2002 18:36:50 -0000
- Subject: Re: c++/5682: ICE in build_secondary_vtable
- Reply-to: nathan at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, j at bellinghausen dot net, jakub at redhat dot com, nathan at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: ICE in build_secondary_vtable
State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Tue Mar 26 10:36:49 2002
State-Changed-Why:
Fixed on 3.1 and 3.2
2002-03-26 Nathan Sidwell <nathan@codesourcery.com>
PR c++/5682
* cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
(dfs_skip_nonprimary_vbases_unmarkedp): Remove.
(dfs_skip_nonprimary_vbases_markedp): Remove.
* search.c (get_shared_vbase_if_not_primary): Remove.
(dfs_skip_nonprimary_vbases_unmarkedp): Remove.
(dfs_skip_nonprimary_vbases_markedp): Remove.
(dfs_unmarked_real_bases_queue_p): Just get the canonical binfo.
(dfs_marked_real_bases_queue_p): Likewise.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5682