This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/12225] Itanium ILP32 mode uses wrong long double size/alignment


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]