pgsql: Intel compiler has a bug/misoptimization in checking for division

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Intel compiler has a bug/misoptimization in checking for division
Дата
Msg-id 20060429005141.ED40611F605A@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Intel compiler has a bug/misoptimization in checking for division by NAN
(NaN == 0), -mp1 fixes it, so add it to the CFLAGS.  Autoconf run.

Jeremy Drake

Modified Files:
--------------
    pgsql:
        configure (r1.490 -> r1.491)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.490&r2=1.491)
        configure.in (r1.461 -> r1.462)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.461&r2=1.462)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix s_lock_test to use tas.o file, if needed.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Solaris tas() uses 'int' now.