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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Use special gcc -W flags only if we are using gcc, not if we are
Date: 2006-04-22 01:57:31
Message-ID: 2881.1145671051@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

momjian(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-04-22 02:09:28 Re: pgsql: Use special gcc -W flags only if we are using
Previous Message Tom Lane 2006-04-22 01:26:01 pgsql: Simplify ParamListInfo data structure to support only numbered