https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121645
Bug ID: 121645
Summary: Call to cbl_internal_error not marked as
gcc-internal-format
Product: gcc
Version: 15.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: diagnostics
Assignee: dmalcolm at redhat dot com
Reporter: roland.illig at gmx dot de
Target Milestone: ---
cdf-copy.cc says:
> cbl_internal_error( "REPLACING %zu characters exceeds system capacity"
> "'%s'", pos, input);
This call results in this entry in gcc.pot:
> #: cobol/cdf-copy.cc:109
> msgid "REPLACING %zu characters exceeds system capacity'%s'"
> msgstr ""
This entry is missing the "#, gcc-internal-format"; similar entries from other
source files have it, though.