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: c++/3061: kde2/artsd miscompilation (part 2)


Synopsis: kde2/artsd miscompilation (part 2)

State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Fri Jun  8 07:31:50 2001
State-Changed-Why:
    2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
    	    Jason Merrill <jason_merrill@redhat.com>
    
    	PR c++/3061
    	* class.c (build_secondary_vtable): Use assert, rather than an error
    	message.
    	(dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
    	(dfs_accumulate_vtbl_inits): A lost primary virtual base may
    	be between ORIG_BINFO and RTTI_BINFO, but neither of them.
    	Don't set BINFO_VTABLE for a primary virtual base.
    
    
    2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
    
    	* g++.old-deja/g++.abi/vbase2.C: New test.
    	* g++.old-deja/g++.abi/vbase3.C: New test.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3061&database=gcc


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