pgsql: Give ICC its preferred, documented form of the no-strict-aliasing

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Give ICC its preferred, documented form of the no-strict-aliasing
Date: 2007-09-11 19:50:26
Message-ID: 20070911195026.199FE754206@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Give ICC its preferred, documented form of the no-strict-aliasing
switch, viz '-fno-alias'. Since we have a separate code path here
anyway, it's just as easy to cooperate.

Modified Files:
--------------
pgsql:
configure.in (r1.524 -> r1.525)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.524&r2=1.525)
configure (r1.558 -> r1.559)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.558&r2=1.559)

Browse pgsql-committers by date

  From Date Subject
Next Message User Kocka 2007-09-11 21:09:41 jdbccache - jdbccache: properties added
Previous Message Heikki Linnakangas 2007-09-11 18:21:18 Re: pgsql: Remove QueryOperand->istrue flag, it was used only in cover