https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126492
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by James K. Lowden <[email protected]>: https://gcc.gnu.org/g:4d2b3316eee20b969a3f6d06ab527f5885764539 commit r17-3641-g4d2b3316eee20b969a3f6d06ab527f5885764539 Author: James K. Lowden <[email protected]> Date: Tue Aug 25 09:53:26 2026 -0400 cobo1: Honor Wno-unknown-ec. If an unrecognized/unimplmemented EC is specified, emit a warning. If the warning is turned off, keep quiet. gcc/cobol/ChangeLog: PR cobol/126492 * cobol1.cc (enable_exceptions): Use diagnostic quotes. (complain): New function honors EcUnknownW. * exceptg.h (class exception_turn_t): Remove unconditional diagnostic. * parse_ante.h (procedure_division_ready): Whitespace. libgcobol/ChangeLog: * common-defs.h (class cbl_enabled_exceptions_t): Use complain().
