]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fixup gcobol driver handling of -print-* options
authorRichard Biener <rguenther@suse.de>
Tue, 11 Mar 2025 10:29:51 +0000 (11:29 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 11 Mar 2025 10:32:00 +0000 (11:32 +0100)
commitc20e24f8e7318bb50fa0dab98012d9c2f3dbf55b
treec0088aa7f48909cebe3196451f27b4ae10c5af1f
parent6a3f9f30d93c376a8a5e98be888da14923b85e63
Fixup gcobol driver handling of -print-* options

We are not supposed to diagnose missing input files.

gcc/cobol/
* gcobolspec.cc (lang_specific_driver): For OPT_print_* do
not error on no input files.
gcc/cobol/gcobolspec.cc