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_2_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/91a1e1489986533aee663de41382f9ba8f8e39d9
Modified Files
--------------
configure | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in | 2 ++
2 files changed, 56 insertions(+), 0 deletions(-)
Responses
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2011-12-14 23:30:46 |
| Subject: Re: pgsql: Disable excessive FP optimization by recent versions of gcc. |
| Previous: | From: Andrew Dunstan | Date: 2011-12-14 22:17:09 |
| Subject: pgsql: Disable excessive FP optimization by recent versions of gcc. |