This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/32061] wrong warning wording



------- 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.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32061


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]