http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53277
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manu at gcc dot gnu.org
--- Comment #10 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-05-09
12:45:54 UTC ---
(In reply to comment #9)
> gcc could avoid this warning when converting a constant, I am pretty sure the
> same issue (possibly with another macro) already led to such a conversation...
This is not a constant. It is a conditional expression of type int. This is
PR51294.
And there is PR52617. Plenty of bugs to fix...