pgsql: Add mentioun of Intel compiler bug: Intel compiler has a bug in

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add mentioun of Intel compiler bug: Intel compiler has a bug in
Date: 2006-04-22 00:27:31
Message-ID: 20060422002731.16EF411F6B36@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add mentioun of Intel compiler bug:

Intel compiler has a bug in checking for division by NAN
# (NaN == 0), -mp1 fixes it, so someday we might way to add it.

Modified Files:
--------------
pgsql:
configure (r1.488 -> r1.489)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.488&r2=1.489)
configure.in (r1.458 -> r1.459)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.458&r2=1.459)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-04-22 00:29:41 pgsql: Revert Intel compiler bug comment.
Previous Message Bruce Momjian 2006-04-21 23:11:59 pgsql: Use special gcc -W flags only if we are using gcc, not if we are