This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12225] Itanium ILP32 mode uses wrong long double size/alignment
- From: "zack at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2003 00:09:43 -0000
- Subject: [Bug target/12225] Itanium ILP32 mode uses wrong long double size/alignment
- References: <20030909174357.12225.mmitchel@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12225
zack at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From zack at gcc dot gnu dot org 2003-11-03 00:09 -------
I can verify that GCC configured for ia64-hp-hpux11.22 gives long double size 16
align 8 in ILP32 mode, and size 16 align 16 in LP64 mode.
In principle my patch should also have set the correct size and alignment for
long double on systems that adhere to the psABI (hpux is not such a system) but
we do not have target support for any system that adheres to the psABI and
supports ILP32 mode so I cannot verify this.
I'm going to go ahead and close the bug. If it turns out that ILP32 psABI mode
is still wrong, we can reopen this or file another bug then.