Commit 48e2909e by Martin Michlmayr Committed by Roger Sayle

re PR c/27149 (English in warning not grammatical: "the address of x, will always evaluate")


	PR c/27149
	* c-common.c (c_common_truthvalue_conversion): Fix grammar in warning.

From-SVN: r114800
parent 94ae8784
2006-06-19 Martin Michlmayr <tbm@cyrius.com>
PR c/27149
* c-common.c (c_common_truthvalue_conversion): Fix grammar in warning.
2006-06-19 Mike Stump <mrs@apple.com>
* tree.c (variably_modified_type_p): VM arguments don't make the
......
......@@ -2507,7 +2507,7 @@ c_common_truthvalue_conversion (tree expr)
{
/* 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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment