This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: exotic floating point formats test
- To: "Zack Weinberg" <zackw at stanford dot edu>
- Subject: Re: exotic floating point formats test
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Fri, 09 Mar 2001 17:34:54 -0500
- cc: gcc at gcc dot gnu dot org
>>>>> "Zack Weinberg" writes:
Zack> I'd appreciate knowing what this program prints on a VAX (or an Alpha
Zack> asked to use VAX floating point), an IBM mainframe target, and a C4x
Zack> processor. For reference:
Linux for S/390 prints:
3.25098346789696250880e+01 40404142 43444546 @@AB CDEF
The C compiler on OS/390 USS (aka z/OS) prints:
3.25098346789696300000e+01 42208284 86888a8c ..bd fh..
I do not have GCC installed on the mainframe to which I have access. I
also do not use the C compiler often enough if there is some additional
option for FP formats.
David