public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16389] New: [ABI] POD array layout and alignment shifting [3.2/3.3/3.4]
@ 2004-07-06 16:52 bkoz at gcc dot gnu dot org
  2004-07-06 16:52 ` [Bug c++/16389] " bkoz at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-07-06 16:52 UTC (permalink / raw)
  To: gcc-bugs

First reported by Michael Wong.

Can also be reproduced on powerpc-linux.

3.2.3
        align   offset
sa.a2   8       0
sa.a3   8       8
sa2.a2  8       4
sa2.a3  8       12
 
sb.b2   4       0
sb.b3   4       12
sb2.b2  4       4
sb2.b3  4       16
 
sa      8
sa      4
sb      32
sb      32


3.3.3
        align   offset
sa.a2   4       0
sa.a3   4       8
sa2.a2  8       4
sa2.a3  4       12
 
sb.b2   4       0
sb.b3   4       12
sb2.b2  4       4
sb2.b3  4       16
 
sa      8
sa      4
sb      32
sb      32


3.4.1
        align   offset
sa.a2   8       0
sa.a3   8       8
sa2.a2  8       4
sa2.a3  8       12
                                                                                
sb.b2   4       0
sb.b3   4       12
sb2.b2  4       4
sb2.b3  4       16
                                                                                
sa      4
sa      4
sb      4
sb      4

-- 
           Summary: [ABI] POD array layout and alignment shifting
                    [3.2/3.3/3.4]
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ABI
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkoz at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16389


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <bug-16389-365@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2006-03-11 19:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-06 16:52 [Bug c++/16389] New: [ABI] POD array layout and alignment shifting [3.2/3.3/3.4] bkoz at gcc dot gnu dot org
2004-07-06 16:52 ` [Bug c++/16389] " bkoz at gcc dot gnu dot org
2004-07-06 16:52 ` bkoz at gcc dot gnu dot org
2004-11-12  0:02 ` pinskia at gcc dot gnu dot org
2005-07-02  1:42 ` pinskia at gcc dot gnu dot org
     [not found] <bug-16389-365@http.gcc.gnu.org/bugzilla/>
2006-03-03 17:49 ` jason at gcc dot gnu dot org
2006-03-11 19:47 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).