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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: Use special gcc -W flags only if we are using
Дата
Msg-id 200604220209.k3M29SQ26799@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Use special gcc -W flags only if we are using gcc, not if we are  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Use special gcc -W flags only if we are using gcc, not if we are  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
> 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?

Peter asked for specific problems with the warnings, and the submitter
produced results.  I see no mention of -fno-strict-aliasing:

    http://archives.postgresql.org/pgsql-patches/2006-04/msg00002.php

However, the -f flag is outside the block he modified:

      # Disable strict-aliasing rules; needed for gcc 3.3+
      PGAC_PROG_CC_CFLAGS_OPT([-fno-strict-aliasing])

That flag is still used for both gcc and the intel compiler, and because
he tested the patch, I assume it works for both too.

--
  Bruce Momjian   http://candle.pha.pa.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: 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