]> 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:14:21 +0000 (17:14 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 14 Dec 2011 22:14:21 +0000 (17:14 -0500)
commit24b96804d588da262ae0d3958e14638de217445a
tree25de314ffcae49e0db8f31770f79d5aaab90ca48
parent6cf639dfbddbc44d027730ad1504886312bc905a
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