[Bug c/32061] wrong warning wording

2007-05-23 Thread eyal at eyal dot emu dot id dot au
--- 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

[Bug c/32061] wrong warning wording

2007-05-23 Thread pinskia at gcc dot gnu dot org
--- 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. --