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

            Bug ID: 93883
           Summary: missing test for diagnostic: using-declaration may not
                    name enumerator %<%E::%D%>
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

From name-lookup.c:
>       error ("using-declaration may not name enumerator %<%E::%D%>",

As the German i18n translator, I am unsure how to translate this diagnostic. To
get an impression about the code that produces such diagnostic, I'd like to see
some example code that triggers this error.

The existing tests don't contain the string "using-declaration may not name
enumerator", therefore I suspect that no such test exists.

Reply via email to