[Bug driver/79875] diagnostics: missing question mark after "did you mean"

2017-03-10 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79875

David Malcolm  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from David Malcolm  ---
Should be fixed as of r246047.

[Bug driver/79875] diagnostics: missing question mark after "did you mean"

2017-03-10 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79875

--- Comment #2 from David Malcolm  ---
Author: dmalcolm
Date: Fri Mar 10 19:22:35 2017
New Revision: 246047

URL: https://gcc.gnu.org/viewcvs?rev=246047=gcc=rev
Log:
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.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/opts.c

[Bug driver/79875] diagnostics: missing question mark after "did you mean"

2017-03-09 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79875

David Malcolm  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2017-03-09
 CC||dmalcolm at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |dmalcolm at gcc dot 
gnu.org
 Ever confirmed|0   |1

--- Comment #1 from David Malcolm  ---
Confirmed.

I grepped the rest of the source tree; this seemed to be the only instance.

Candidate patch:
  https://gcc.gnu.org/ml/gcc-patches/2017-03/msg00448.html