Re: Bug fix for glibc broke freebsd build in REL_11_STABLE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bug fix for glibc broke freebsd build in REL_11_STABLE
Date
Msg-id 29520.1543689010@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug fix for glibc broke freebsd build in REL_11_STABLE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> Looking at the buildfarm, our only extant member that is on x86, and
> is not using clang, and doesn't have -fexcess-precision=standard, is
> dromedary which is using Apple's old toolchain.  So the fact that it
> isn't showing the problem isn't very good evidence about how widespread
> this issue might be with older gcc versions.

... and, in fact, a bit of investigation says that that compiler has
-msse2 on by default.  So actually we have *no* buildfarm coverage
of x87 math.

I tried forcing the issue with -mfpmath=387, but failed to reproduce
the reported failure.  Still, seeing that it's a considerably different
version of gcc, that's not so surprising.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Jesse Zhang
Date:
Subject: Re: [PATCH] Fix Proposal - Deadlock Issue in Single User Mode When IOFailure Occurs
Next
From: Lætitia Avrot
Date:
Subject: Re: Commitfest 2018-11