[Bug cobol/126633] New: cobol1: FR add STORED-CHAR-LENGTH function (available at least in Fujitsu and GnuCOBOL)
simonsobisch at gnu dot org via Gcc-bugs <[email protected]> Tue, 04 Aug 2026 09:10:00 +0000
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D126633
Bug ID: 126633
Summary: cobol1: FR add STORED-CHAR-LENGTH function (available
at least in Fujitsu and GnuCOBOL)
Product: gcc
Version: 17.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: cobol
Assignee: unassigned at gcc dot gnu.org
Reporter: simonsobisch at gnu dot org
Target Milestone: ---
stumbled over this when incepting code sent to me with godbolt
<source>:514:40: error: no such function: 'STORED-CHAR-LENGTH'
514 | COMPUTE MLEN =3D FUNCTION STORED-CHAR-LENGTH (ZMSG1)=