Re: pgsql: Use special gcc -W flags only if we are using gcc, not if we are

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Use special gcc -W flags only if we are using gcc, not if we are
Дата
Msg-id 2881.1145671051@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Use special gcc -W flags only if we are using gcc, not if we are  (momjian@postgresql.org (Bruce Momjian))
Ответы Re: pgsql: Use special gcc -W flags only if we are using  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
momjian@postgresql.org (Bruce Momjian) writes:
> Use special gcc -W flags only if we are using gcc, not if we are using
> the Intel compiler.

I'm not entirely thrilled with this patch, because it disables not only
the -W options but also -fno-strict-aliasing.  Are you sure the latter
is not needed for ICC?

            regards, tom lane

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Simplify ParamListInfo data structure to support only numbered
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Use special gcc -W flags only if we are using