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_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/01e80a0c2862290bf417f699c414578c91702ef0
Modified Files
--------------
configure | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in | 2 ++
2 files changed, 52 insertions(+), 0 deletions(-)
pgsql-committers by date
| Next: | From: Andrew Dunstan | Date: 2011-12-14 22:17:09 |
| Subject: pgsql: Disable excessive FP optimization by recent versions of gcc. |
| Previous: | From: Andrew Dunstan | Date: 2011-12-14 22:16:42 |
| Subject: pgsql: Disable excessive FP optimization by recent versions of gcc. |