This is the mail archive of the gcc@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: RFC: attribute "unpadded"




--On Friday, August 30, 2002 12:41:00 AM +0200 Gabriel Dos Reis <gdr@integrable-solutions.net> wrote:

Mark Mitchell <mark@codesourcery.com> writes:

| This is part of why type-based alias analysis and C++ run into trouble;

Just to have a clarification:  Do you mean something intrinsic to any C++
front-end or just g++?
Just g++; sorry for being unclear.

The point is that the RECORD_TYPE created by G++ is "unlowered"; it
doesn't really look like a C representation of the equivalent type.  As
a result, it's tricky for the back end to find all of the components of
the class.

--
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]