https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119776
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Perhaps even better with --- gcc/cobol/cobol1.cc.jj 2025-04-14 11:09:22.619126924 +0200 +++ gcc/cobol/cobol1.cc 2025-04-14 11:32:51.177896287 +0200 @@ -385,10 +385,6 @@ cobol_langhook_handle_option (size_t sco return true; } - case OPT_fmax_errors: - flag_max_errors = atoi(arg); - return true; - case OPT_ffixed_form: cobol_set_indicator_column(-7); return true;