]> granicus.if.org Git - postgresql/commit
Disable excessive FP optimization by recent versions of gcc.
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 14 Dec 2011 22:05:12 +0000 (17:05 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 14 Dec 2011 22:05:12 +0000 (17:05 -0500)
commit91a1e1489986533aee663de41382f9ba8f8e39d9
treeffe72e5993d724fe75c1e67b51368992f5b2b03a
parentfa1369a6b901bc1f7efa3d8386ffe5102f78c78a
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.
configure
configure.in