Commit 647ffdb7 by Dominik Vogt Committed by Andreas Krebbel

PR other/69006: S/390: Fix extra newlines after diagnostics.

gcc/ChangeLog

	PR other/69006
	* config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
	trailing blank line from error message.

From-SVN: r232972
parent a1c95464
2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
PR other/69006
* config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
trailing blank line from error message.
2016-01-29 Jonathan Wakely <jwakely@redhat.com>
PR c++/69462
......
......@@ -909,7 +909,7 @@ s390_resolve_overloaded_builtin (location_t loc,
}
else if (num_matches > 1)
{
error_at (loc, "ambiguous overload for intrinsic: %s\n",
error_at (loc, "ambiguous overload for intrinsic: %s",
IDENTIFIER_POINTER (DECL_NAME (ob_fndecl)));
return error_mark_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