This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16388] New: [ABI] POD long double alignment shifting [3.2/3.3/3.4]
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jul 2004 16:48:01 -0000
- Subject: [Bug c++/16388] New: [ABI] POD long double alignment shifting [3.2/3.3/3.4]
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
First reported by Michael Wong.
Can be reproduced on powerpc-linux as well.
For attached test case:
3.2.3
size align
sa 12 16
sa.a 12 4
sb 16 4
sb.b 12 4
3.3.3
size align
sa 12 16
sa.a 12 4
sb 16 4
sb.b 12 4
3.4.1
size align
sa 12 4
sa.a 12 4
sb 16 4
sb.b 12 4
--
Summary: [ABI] POD long 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=16388