]> 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:11:44 +0000 (17:11 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 14 Dec 2011 22:11:44 +0000 (17:11 -0500)
commit01e80a0c2862290bf417f699c414578c91702ef0
tree065957e9b51e24ac5e7d86be762487f0e39a55a3
parent81f4e6cd27d538bc27e9714a9173e4df353a02e5
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