[patch] PR27149: Fix grammar in warning
Martin Michlmayr
tbm@cyrius.com
Mon Jun 12 20:27:00 GMT 2006
Can someone please approve and apply this patch.
2006-06-12 Martin Michlmayr <tbm@cyrius.com>
PR c/27149
* c-common.c (c_common_truthvalue_conversion): Fix grammar in warning.
--
Martin Michlmayr
http://www.cyrius.com/
-------------- next part --------------
--- gcc/c-common.c (revision 113952)
+++ gcc/c-common.c (working copy)
@@ -2504,7 +2504,7 @@
{
/* Common Ada/Pascal programmer's mistake. We always warn
about this since it is so bad. */
- warning (OPT_Walways_true, "the address of %qD, will always evaluate as %<true%>",
+ warning (OPT_Walways_true, "the address of %qD will always evaluate as %<true%>",
inner);
return truthvalue_true_node;
}
More information about the Gcc-patches
mailing list