> On 08/22/2013 11:22 AM, Jan Hubicka wrote: > >This option did not occured to me and of course I would be bit fearing of > >C++ FE > >not having binfos ready all the time it wants to touch the type. But > >probably > >you know if that can happen ;) > > Classes (including struct and union) always have binfos.
Ok, I will prepare variant using public_flag of BINFO that seeems unused. I.e. having BINFO_FINAL_P and C++ specific macro CLASSTYPE_FINAL(t) as BINFO_FINAL_P (TYPE_BINFO (t)). Or shall I go ahead and update all users of CLASSTYPE_FINAL? Thank you, Honza