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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Add mentioun of Intel compiler bug: Intel compiler has a bug in
Дата
Msg-id 20060422002731.16EF411F6B36@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Use special gcc -W flags only if we are using gcc, not if we are
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Revert Intel compiler bug comment.