Re: Further news on Clang - spurious warnings - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Further news on Clang - spurious warnings
Date
Msg-id CAEYLb_WauZ_GNfxqbfxfGh_Hqdmani5iLA52=HJgS5ENa84tNQ@mail.gmail.com
Whole thread Raw
In response to Re: Further news on Clang - spurious warnings  (Peter Geoghegan <peter@2ndquadrant.com>)
List pgsql-hackers
It occurred to me that you may be a little surprised that the patch
actually prevents the warning from occurring. If you have any doubts,
I can assure you that it does. Clang differentiates between 0 as an
rvalue, 0 from an enum literal and 0 resulting from evaluating a macro
expression (including a function-like macro with deep nesting).

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgbench internal contention
Next
From: Tom Lane
Date:
Subject: Re: Further news on Clang - spurious warnings