Hi! 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.
Committed to trunk as obvious. 2026-01-17 Jakub Jelinek <[email protected]> * lang.opt.urls: Regenerate. --- gcc/cobol/lang.opt.urls.jj +++ 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) Jakub
