This is the mail archive of the gcc@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]

Re: warning when a function's address is tested?


"Zack Weinberg" <zack@codesourcery.com> writes:

| > ! 	    warning ("the address of `%D', will always be `true'",
| > ! 		     TREE_OPERAND (expr, 0));
| 
| is awkward English - suggest removing the comma and the quotes around 'true'.


   "the address of '%D' will always evaluate to true"

?

-- Gaby


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