This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/35657] [4.3] Alignments of DFP types aren't consistent
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2008 20:55:36 -0000
- Subject: [Bug target/35657] [4.3] Alignments of DFP types aren't consistent
- References: <bug-35657-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from hjl dot tools at gmail dot com 2008-04-30 20:55 -------
It turns out that __m64 is aligned to 4 byte in the outgoing
parameter block and 8 byte elsewhere. We want _Decimal64 to be
consistent with __m64, not double/long long.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35657