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

            Bug ID: 93880
           Summary: missing test for diagnostic: %s%#qD (reversed)
           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 cp/call.c:
> inform (cloc, "%s%#qD (reversed)", msg, fn);

As the German i18n translator, I'm unsure how to translate this message.

To get more confidence, I searched for automatic tests containing the string
"(reversed)", but I didn't find one. Other diagnostics have easily readable
tests demonstrating code that triggers the diagnostic and code that doesn't
trigger it. Such a test should be added for this diagnostic as well.

Reply via email to