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

From Gregory Stark
Subject Re: compiler warnings on the buildfarm
Date
Msg-id 87y7hl5k6z.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: compiler warnings on the buildfarm  (Heikki Linnakangas <heikki@enterprisedb.com>)
Responses Re: compiler warnings on the buildfarm  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-hackers
"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?

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com



pgsql-hackers by date:

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