pgsql: Add mentioun of Intel compiler bug: Intel compiler has a bug in - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add mentioun of Intel compiler bug: Intel compiler has a bug in
Date
Msg-id 20060422002731.16EF411F6B36@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Use special gcc -W flags only if we are using gcc, not if we are
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Revert Intel compiler bug comment.