[Bug translation/93861] New: typo in warning: %qs is not valid for %<mmacosx-version-min%>
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Thu Feb 20 23:14:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93861
Bug ID: 93861
Summary: typo in warning: %qs is not valid for
%<mmacosx-version-min%>
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: translation
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
From darwin-driver.c:
> warning (0, "%qs is not valid for %<mmacosx-version-min%>",
There should be a hyphen in front of the command line option.
For comparison, darwin-c.c has:
> error ("unknown value %qs of %<-mmacosx-version-min%>",
More information about the Gcc-bugs
mailing list