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

            Bug ID: 119684
           Summary: [15 Regression] Severe bug in german translation
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

gcc/po/de.po on the trunk contains
#: cp/error.cc:3870
msgid "%s%s%sIn instantiation of %q#D:\n"
msgstr "%s%s%s%sIn Instanziierung von %q#D:\n"

One too many %s in the German translation, which unfortunately causes severe
ICEs for any diagnostics related to template instantiations.

I've mailed the German translator, but filing here for release considerations,
it would be really bad to release GCC 15 with this bug.

Reply via email to