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

            Bug ID: 90183
           Summary: ambiguous diagnostics "only available with"
           Product: gcc
           Version: 9.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: ---

For example:

    pedwarn (cp_lexer_peek_token (parser->lexer)->location,
             OPT_Wpedantic, "nested inline namespace definitions only "
             "available with %<-std=c++2a%> or %<-std=gnu++2a%>");

Should this be really "only available with", or shouldn't it better be "only
available since" or "only available starting with"?

Reply via email to