This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: type layout bug, or not?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Chris Lattner <clattner at apple dot com>
- Cc: GCC Development <gcc at gcc dot gnu dot org>
- Date: Tue, 21 Feb 2006 16:51:20 -0500
- Subject: Re: type layout bug, or not?
- References: <ABF235C3-6836-4A30-B377-129CA4F9D7EE@apple.com>
On Feb 21, 2006, at 4:44 PM, Chris Lattner wrote:
Is this the intended layout of this structure? What does it mean when
a field runs off the end of the structure? In this case, should I
just ignore the type size and assume that the 8 bytes are dynamically
there?
I wonder if this is the same problem as recorded as PR 22488. To me it
does sound
like the same issue.
Thanks,
Andrew Pinski