This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: floating point war casualty list
>>>>> "Zack" == Zack Weinberg <zack@codesourcery.com> writes:
Zack> That leaves the i370 (IBM_FLOAT_FORMAT), pdp11
Zack> (VAX_FLOAT_FORMAT, or should be), and ns32k (no idea) as
Zack> potential problems. Can people familiar with these targets say
Zack> what the situation is?
pdp11 in the current tree does not specify float format, and indeed
the results that produces are definitely wrong. I set it to
VAX_FLOAT_FORMAT and that produces the right answers -- at least it
matches for 0.5 and 0.25 and 10.0 and the log10(2) that Stephen
pointed to.
paul