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%>",