[Bug c++/93880] New: missing test for diagnostic: %s%#qD (reversed)
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Sat Feb 22 12:51:00 GMT 2020
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.
More information about the Gcc-bugs
mailing list