Re: [PATCH] cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777]

2025-04-14 Thread Richard Biener
> Am 14.04.2025 um 17:56 schrieb Jakub Jelinek : > > Hi! > > The comment is incorrect, fsyntax-only is not documented in c.opt, > but in common.opt: > fsyntax-only > Common Var(flag_syntax_only) > Check for syntax errors, then stop. > and as such it applies to all languages, so adding CL_Cobo

[PATCH] cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777]

2025-04-14 Thread Jakub Jelinek
Hi! The comment is incorrect, fsyntax-only is not documented in c.opt, but in common.opt: fsyntax-only Common Var(flag_syntax_only) Check for syntax errors, then stop. and as such it applies to all languages, so adding CL_Cobol to the CL_COMMON is both unnecessary and because of RejectNegative whi