https://gcc.gnu.org/g:3c02d195bfe4dad6097b5cc574fe1797c22267b4
commit r15-7841-g3c02d195bfe4dad6097b5cc574fe1797c22267b4 Author: Mark Wielaard <m...@klomp.org> Date: Wed Mar 5 22:58:56 2025 +0100 Regenerate fortran/lang.opt.urls fortran added a new -Wexternal-argument-mismatch option, but the lang.opt.urls file wasn't regenerated. Fixes: 21ca9153ebe5 ("C prototypes for external arguments; add warning for mismatch.") gcc/fortran/ChangeLog: * lang.opt.urls: Regenerated. Diff: --- gcc/fortran/lang.opt.urls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/fortran/lang.opt.urls b/gcc/fortran/lang.opt.urls index 00991602eea6..4972ff8b7b9b 100644 --- a/gcc/fortran/lang.opt.urls +++ b/gcc/fortran/lang.opt.urls @@ -97,6 +97,9 @@ LangUrlSuffix_Fortran(gfortran/Error-and-Warning-Options.html#index-Wconversion- Wdo-subscript LangUrlSuffix_Fortran(gfortran/Error-and-Warning-Options.html#index-Wdo-subscript) +Wexternal-argument-mismatch +LangUrlSuffix_Fortran(gfortran/Error-and-Warning-Options.html#index-Wexternal-argument-mismatch) + Wextra UrlSuffix(gcc/Warning-Options.html#index-Wextra) LangUrlSuffix_D(gdc/Warnings.html#index-Wextra) LangUrlSuffix_Fortran(gfortran/Error-and-Warning-Options.html#index-Wextra)