This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [C++ PATCH] Fix PR 5682




--On Sunday, March 17, 2002 03:52:54 PM +0000 Nathan Sidwell 
<nathan@codesourcery.com> wrote:

> Hi,
> This fixes 5682, and ICE when building secondary vtables.
> BINFO_PRIMARY_P is also set within the non-canonical parts of
> the hierarchy.

Why are we walking around in those parts?  It looks like the function
you changed is only called from the real_bases_queue_p functions, which
claim that they walk around the bases that really exist.  Could you
explain in more detail what's going on here?  Should we consider creating
another set of queue functions?

Thanks,

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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