https://gcc.gnu.org/g:873b6621c2709f9cb0840e996d8f7f72cdebeab9
commit r16-6859-g873b6621c2709f9cb0840e996d8f7f72cdebeab9 Author: Jakub Jelinek <[email protected]> Date: Sat Jan 17 19:27:54 2026 +0100 Regenerate cobol lang.opt.urls r16-6851 added -fexec-charset= option to cobol/lang.opt but hasn't regenerated lang.opt.urls. While the other options don't match anything, -fexec-charset= is C/C++ option. 2026-01-17 Jakub Jelinek <[email protected]> * lang.opt.urls: Regenerate. Diff: --- gcc/cobol/lang.opt.urls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/cobol/lang.opt.urls b/gcc/cobol/lang.opt.urls index e628ae52505c..9a9a49e78cb2 100644 --- a/gcc/cobol/lang.opt.urls +++ b/gcc/cobol/lang.opt.urls @@ -13,6 +13,9 @@ UrlSuffix(gcc/Directory-Options.html#index-I) LangUrlSuffix_D(gdc/Directory-Opti M UrlSuffix(gcc/Preprocessor-Options.html#index-M) LangUrlSuffix_D(gdc/Code-Generation.html#index-M) +fexec-charset= +UrlSuffix(gcc/Preprocessor-Options.html#index-fexec-charset) + ffixed-form LangUrlSuffix_Fortran(gfortran/Fortran-Dialect-Options.html#index-ffixed-form)
