avr added an -mlra option, but the avr.opt.url file wasn't regenerated. Note that commit 149a23ee2568 ("AVR: -mlra is not documeted in TEXI.") did add the Undocumented flag, but that still needs the avr.op.urls file to be updated.
Fixes: 09a87ea666b2 ("AVR: ad target/113934 - Add option -mlra to enable LRA.") gcc/ChangeLog: * config/avr/avr.opt.urls: Regenerate. --- gcc/config/avr/avr.opt.urls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/avr/avr.opt.urls b/gcc/config/avr/avr.opt.urls index f38e67384ab1..6acc418b407d 100644 --- a/gcc/config/avr/avr.opt.urls +++ b/gcc/config/avr/avr.opt.urls @@ -1,5 +1,7 @@ ; Autogenerated by regenerate-opt-urls.py from gcc/config/avr/avr.opt and generated HTML +; skipping UrlSuffix for 'mlra' due to finding no URLs + mcall-prologues UrlSuffix(gcc/AVR-Options.html#index-mcall-prologues) -- 2.45.2