This is the mail archive of the gcc-bugs@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]

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


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79875

            Bug ID: 79875
           Summary: diagnostics: missing question mark after "did you
                    mean"
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

from opts.c:

error_at (loc,
          "unrecognized argument to -f%ssanitize%s= option: %q.*s;"
          " did you mean %qs",

While fixing this, please grep the whole GCC source code whether there are
similar places.

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