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

From Tom Lane
Subject Re: pgsql: Use special gcc -W flags only if we are using gcc, not if we are
Date
Msg-id 2881.1145671051@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Use special gcc -W flags only if we are using gcc, not if we are  (momjian@postgresql.org (Bruce Momjian))
Responses Re: pgsql: Use special gcc -W flags only if we are using  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Simplify ParamListInfo data structure to support only numbered
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Use special gcc -W flags only if we are using