This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/79870] New: i18n: combine structurally identical diagnostics


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

            Bug ID: 79870
           Summary: i18n: combine structurally identical diagnostics
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

As a translator, I currently have this (from config/arc/arc.c):

operand %d should be a 6 bit unsigned immediate
operand %d should be a 8 bit unsigned immediate
operand %d should be a 3 bit unsigned immediate

Translating each of these sentences individually is boring work for each
translator. Please make the second number also a placeholder.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]