]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix index of some warnings [PR120572]
authorAndrew Pinski <quic_apinski@quicinc.com>
Sat, 7 Jun 2025 04:50:27 +0000 (21:50 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Sat, 7 Jun 2025 04:59:11 +0000 (21:59 -0700)
commit50ca15baa73a5687ff0d0207dc9313b3ae1d6e5c
tree5ba90db544ce7f5cb6487d8faac2ef97b5c45a42
parente1719c3c20bee7caac0f6cc1a6e2deda9820e030
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_apinski@quicinc.com>
gcc/common.opt.urls
gcc/doc/invoke.texi