On Wed, Dec 14, 2011 at 11:14 AM, Tom Lane <[email protected]> wrote: > -ffloat-store is a brute force solution, I think, and would affect old > versions of gcc that don't exhibit any problems. I would suggest > altering configure to see whether the compiler recognizes > -fexcess-precision=standard and adding that to CFLAGS if so.
Would it be better to change either the code or the test case to be less sensitive to this issue? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
