BINFO error??
Liu WS
louispp@hotmail.com
Wed Nov 1 18:54:00 GMT 2000
look this program
//test.cpp begin
class a {};
class b:public a
{
};
//test.cpp end
gcc take b as a TYPE_DECL,and it's type is record_type,
look at the record_type,it's binfo 's BINFO_BASETYPES is a TREE_VEC,
the question is what is in the TREE_VEC?(could u tell me? Mark Mitchell?)
i debug and dump it.find the TREE_VEC's length is 1.the only things in this
VEC is a TREE_VEC too,but this TREE_VEC's length is 11..,
is it an error?
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com .
Share information about yourself, create your own public profile at
http://profiles.msn.com .
More information about the Gcc
mailing list