Re: compiler warnings on the buildfarm

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compiler warnings on the buildfarm
Date: 2007-07-12 22:44:57
Message-ID: 4696AEE9.2040000@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gregory Stark wrote:
> "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com> writes:
>
>> The warning seems to be in related array indexing. If you replace ptr -
>> GETARR(trg) with a constant, the warning goes away. But having "i = ptr -
>> GETARR(trg)" in there doesn't give a warning.
>
> Can you compile with -save-temps and send the corresponding assembly file?

Sure.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

Attachment Content-Type Size
trgm_op.s.gz application/x-gzip 14.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-07-12 22:45:16 Re: compiler warnings on the buildfarm
Previous Message Heikki Linnakangas 2007-07-12 22:40:42 Re: compiler warnings on the buildfarm