Re: float4 regression test failed on linux parisc - Mailing list pgsql-hackers

From Tom Lane
Subject Re: float4 regression test failed on linux parisc
Date
Msg-id 19454.1107296032@sss.pgh.pa.us
Whole thread Raw
In response to Re: float4 regression test failed on linux parisc  ("Jim Buttafuoco" <jim@contactbda.com>)
List pgsql-hackers
"Jim Buttafuoco" <jim@contactbda.com> writes:
> Change:
>         CheckFloat4Val(result);
> To:
>         CheckFloat4Val((float4)result);

CheckFloat4Val is defined to take a double, so whatever the above is
accomplishing is wrong: probably it's masking an out-of-range result.
I think you've hit a bug in Debian's version of gcc for PA-RISC.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jim Buttafuoco"
Date:
Subject: Re: float4 regression test failed on linux parisc
Next
From: Darcy Buskermolen
Date:
Subject: Re: FunctionCallN improvement.