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

            Bug ID: 109033
           Summary: Some messages are not understandable by ordinary user
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

> error ("returns_twice call is %s in basic block %d",

This message must not be user-visible, except in a call to internal_error.

In general, the word "basic block" must not occur in user-visible messages.

> misplaced = "not first";

This string must not be embedded directly in a diagnostic, as it is not
translated.

> error ("fallthru edge after a control statement in bb %d",

The abbreviation 'bb' must not be user-visible.

Could we please agree that internal error messages are not to be translated?

Reply via email to