https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126105
--- Comment #3 from Peeter Joot <peeterjoot at protonmail dot com> ---
verified fixed:
ubuntu:/home/peeterjoot/tmp> ./t.sh
++ /opt/gcc-trunk-20260710/bin/gcobol -ffixed-form -c
typedef-undefined-type-ice.cob -o /dev/null
typedef-undefined-type-ice.cob:6:38: error: TYPE ‘CBLTE-FE-DATE’ not found
6 | 05 CBLTE-FE-DATE TYPE CBLTE-FE-DATE.
| ^~~~~~~~~~~~~~
cobol1: error: failed compiling typedef-undefined-type-ice.cob
++ /opt/gcc-trunk-20260710/bin/gcobol --version
gcobol (GCC) 17.0.0 20260710 (experimental)
Copyright (C) 2026 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.