--- Comment #2 from eyal at eyal dot emu dot id dot au 2007-05-24 01:00
---
(In reply to comment #1)
> I don't see the problem because
> "xx.c:7: warning: logical '&&' with non-zero constant will always evaluate as
> true"
> means the non-zero constant will evaluate as true and not the
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-24 00:47 ---
I don't see the problem because
"xx.c:7: warning: logical '&&' with non-zero constant will always evaluate as
true"
means the non-zero constant will evaluate as true and not the logical will
evaluate as true.
--