Commit fdb1880f by David Malcolm Committed by David Malcolm

Add missing punctuation to message (PR driver/79875)

gcc/ChangeLog:
	PR driver/79875
	* opts.c (parse_sanitizer_options): Add missing question mark to
	"did you mean" message.

From-SVN: r246047
parent 61f29dee
2017-03-10 David Malcolm <dmalcolm@redhat.com>
PR driver/79875
* opts.c (parse_sanitizer_options): Add missing question mark to
"did you mean" message.
2017-03-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com> 2017-03-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
......
...@@ -1640,7 +1640,7 @@ parse_sanitizer_options (const char *p, location_t loc, int scode, ...@@ -1640,7 +1640,7 @@ parse_sanitizer_options (const char *p, location_t loc, int scode,
if (hint) if (hint)
error_at (loc, error_at (loc,
"unrecognized argument to -f%ssanitize%s= option: %q.*s;" "unrecognized argument to -f%ssanitize%s= option: %q.*s;"
" did you mean %qs", " did you mean %qs?",
value ? "" : "no-", value ? "" : "no-",
code == OPT_fsanitize_ ? "" : "-recover", code == OPT_fsanitize_ ? "" : "-recover",
(int) len, p, hint); (int) len, p, hint);
......
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