https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119332
Bug ID: 119332
Summary: cobol frontend does not support version dump options
specified in --help
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: cobol
Assignee: unassigned at gcc dot gnu.org
Reporter: simonsobisch at gnu dot org
Target Milestone: ---
gcobol --help shows them:
-dumpspecs Display all of the built in spec strings.
-dumpversion Display the version of the compiler.
-dumpmachine Display the compiler's target processor.
but when using them it always complains about missing input file -
it works as expected with gcc/cpp/g++/...
gcobol -dumpversion is especially important for potential use in scripts