]> 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:13:01 +0000 (17:13 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 14 Dec 2011 22:13:01 +0000 (17:13 -0500)
commit517462faf0af96fccc3acfc30ca8242a13859ca5
treef7bc1630e8deec25cf869e0c1e3bdeaaf078d8ee
parent6c0a375adf9b27fbb8cab8d5cae5dc6b58ea6b24
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