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]

Re: C++ vs. aliasing


>>>>> Mark Mitchell <mark@codesourcery.com> writes:

 > Kenner's recent aliasing changes weren't safe in C++; a C++
 > RECORD_TYPEs TYPE_FIELDs list does not list base classes, which means
 > that we could miss possible aliases.

We could look through TYPE_BINFO_BASETYPES.

Jason

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