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

First reported by Michael Wong.

See attached test case.

3.2.3
        size    align
sa      8       8
sa.a    8       8
sb      12      4
sb.b    8       8

3.3.3
        size    align
sa      8       8
sa.a    8       4
sb      12      4
sb.b    8       8

3.4.1
        size    align
sa      8       4
sa.a    8       8
sb      12      4
sb.b    8       8

-- 
           Summary: [ABI] POD double 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=16387


^ permalink raw reply	[flat|nested] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-16387-365@http.gcc.gnu.org/bugzilla/>
2006-03-03 17:48 ` [Bug c++/16387] [ABI] POD double alignment shifting [3.2/3.3/3.4] jason at gcc dot gnu dot org
2006-03-10 22:40 ` jason at gcc dot gnu dot org
2006-03-11 19:47 ` pinskia at gcc dot gnu dot org
2004-07-06 16:44 [Bug c++/16387] New: " bkoz at gcc dot gnu dot org
2004-07-06 16:44 ` [Bug c++/16387] " bkoz at gcc dot gnu dot org
2004-07-06 16:45 ` bkoz at gcc dot gnu dot org
2005-07-02  1:40 ` 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).