Disable excessive FP optimization by recent versions of gcc.
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 14 Dec 2011 22:10:21 +0000 (17:10 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 14 Dec 2011 22:10:21 +0000 (17:10 -0500)
commit6f630af876b5525d222c5b8589f6d973475801ea
tree34d82938c34b617004b4fd224ffecce58effc03a
parentc1a03230b79f1b90a6b28b2cc8fa27c640a915e5
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