Re: [PATCH] cobol: Fix -fmax-errors option [PR119776]

2025-04-14 Thread Richard Biener
> Am 14.04.2025 um 18:13 schrieb Jakub Jelinek : > > Hi! > > There seems to be inconsistency in the -fmax-errors option > naming. It is a generic option in common.opt (so applies > to all languages) but with the = character in it. > The gcobol.1 man page in one spot documents the generic > o

[PATCH] cobol: Fix -fmax-errors option [PR119776]

2025-04-14 Thread Jakub Jelinek
Hi! There seems to be inconsistency in the -fmax-errors option naming. It is a generic option in common.opt (so applies to all languages) but with the = character in it. The gcobol.1 man page in one spot documents the generic option (in the syntax, -fmax-errors=nerror) but in another spot without