https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120572
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:50ca15baa73a5687ff0d0207dc9313b3ae1d6e5c commit r16-1275-g50ca15baa73a5687ff0d0207dc9313b3ae1d6e5c Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Fri Jun 6 21:50:27 2025 -0700 Fix index of some warnings [PR120572] The problem here is opindex should not include the `-` part of the option. But Wmusttail-local-addr and Wno-maybe-musttail-local-addr currently do. This deletes them. Pushed as obvious after building the html. PR tree-optimization/120572 gcc/ChangeLog: * doc/invoke.texi (Wmusttail-local-addr, Wno-maybe-musttail-local-addr): Fix opindex. * common.opt.urls: Regenerate. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>