pgsql: Disable excessive FP optimization by recent versions of gcc. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Disable excessive FP optimization by recent versions of gcc.
Date
Msg-id E1Rax7Z-0007jL-Ug@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Disable excessive FP optimization by recent versions of gcc.

Suggested solution from Tom Lane. Problem discovered, probably not
for the first time, while testing the mingw-w64 32 bit compiler.

Backpatched to all live branches.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5878a328e36b7f59c6c173212b77d0536e8804dd

Modified Files
--------------
configure    |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in |    2 +
2 files changed, 63 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix docs build I inadvertantly broke.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Disable excessive FP optimization by recent versions of gcc.