This is the mail archive of the gcc-patches@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: [PATCH 1/7] Add missing punctuation to message (PR driver/79875)


On Thu, Mar 09, 2017 at 12:45:23PM -0500, David Malcolm wrote:
> gcc/ChangeLog:
> 	PR driver/79875
> 	* opts.c (parse_sanitizer_options): Add missing question mark to
> 	"did you mean" message.
> ---
>  gcc/opts.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gcc/opts.c b/gcc/opts.c
> index 8274fab..6ea57af 100644
> --- a/gcc/opts.c
> +++ b/gcc/opts.c
> @@ -1640,7 +1640,7 @@ parse_sanitizer_options (const char *p, location_t loc, int scode,
>  	  if (hint)
>  	    error_at (loc,
>  		      "unrecognized argument to -f%ssanitize%s= option: %q.*s;"
> -		      " did you mean %qs",
> +		      " did you mean %qs?",
>  		      value ? "" : "no-",
>  		      code == OPT_fsanitize_ ? "" : "-recover",
>  		      (int) len, p, hint);

Ok, thanks.

	Jakub


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