pgsql: Disable excessive FP optimization by recent versions of gcc.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disable excessive FP optimization by recent versions of gcc.
Date: 2011-12-14 22:17:09
Message-ID: E1Rax8P-0007l7-Q9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6f630af876b5525d222c5b8589f6d973475801ea

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-12-14 22:17:20 pgsql: Disable excessive FP optimization by recent versions of gcc.
Previous Message Andrew Dunstan 2011-12-14 22:16:53 pgsql: Disable excessive FP optimization by recent versions of gcc.