Re: compiler warnings on the buildfarm - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: compiler warnings on the buildfarm
Date
Msg-id 4696AEE9.2040000@enterprisedb.com
Whole thread Raw
In response to Re: compiler warnings on the buildfarm  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark wrote:
> "Heikki Linnakangas" <heikki@enterprisedb.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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: compiler warnings on the buildfarm
Next
From: Heikki Linnakangas
Date:
Subject: Re: compiler warnings on the buildfarm