On Sat, 5 Apr 2025 00:36:48 +0200 Simon Sobisch <simonsobi...@gnu.org> wrote:
> * defaults to dialect GNU (gnucobol) > * more ibm and strict dialects supported > * Implemented -A, -Q, -E > * support known alias "-debug" for "--debug" > * fix -P, -T and -W consuming source files > * deduce output file name, as done by cobc I applied this patch manually to our local parser branch. Hopefully the result is as intended. https://gitlab.cobolworx.com/COBOLworx/gcc-cobol/-/commit/244688a870175aa4cc23298fc19c7631ded71b34 The original did not apply cleanly because the gcobc script had been modified meanwhile. It should appear in gcc/master in a few days. --jkl