Disable excessive FP optimization by recent versions of gcc.
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 14 Dec 2011 22:15:24 +0000 (17:15 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 14 Dec 2011 22:15:24 +0000 (17:15 -0500)
commit5878a328e36b7f59c6c173212b77d0536e8804dd
tree804df702f16d6480ea0396af74a6f6328f40fdb6
parentfb0eca0695e0e287335cf969b8ae48f0a42c40e8
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