public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/109309] New: Untranslated text in diagnostic
@ 2023-03-28  4:05 roland.illig at gmx dot de
  2023-03-28  7:25 ` [Bug c++/109309] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: roland.illig at gmx dot de @ 2023-03-28  4:05 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109309
           Summary: Untranslated text in diagnostic
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

In cp/contracts.cc, check_postcondition_result says:
> error_at (loc, "%s does not return a value to test", what);

At that point, 'what' contains either 'constructor', 'destructor' or
'function'. These words may require different grammatical forms in non-English
languages.

To fix this, the variable 'what' should be inlined into the 3 diagnostics.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-28 15:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  4:05 [Bug c++/109309] New: Untranslated text in diagnostic roland.illig at gmx dot de
2023-03-28  7:25 ` [Bug c++/109309] " rguenth at gcc dot gnu.org
2023-03-28 13:14 ` redi at gcc dot gnu.org
2023-03-28 15:50 ` cvs-commit at gcc dot gnu.org
2023-03-28 15:52 ` jakub at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).