https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126106
--- Comment #3 from Peeter Joot <peeterjoot at protonmail dot com> ---
verified fixed:
ubuntu:/home/peeterjoot/tmp> ./u.sh
++ /opt/gcc-trunk-20260710/bin/gcobol -ffixed-form -c sort-table-no-key.cob -o
/dev/null
sort-table-no-key.cob:10:12: error: TBL: no key defined
10 | SORT TBL
| ^~~~~~
cobol1: error: failed compiling sort-table-no-key.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.