https://gcc.gnu.org/g:b208156a2b3cf1e4f989d3d5fea65095453d5dcb
commit r17-2302-gb208156a2b3cf1e4f989d3d5fea65095453d5dcb Author: Mark Wielaard <[email protected]> Date: Fri Jul 10 11:25:59 2026 +0200 Regenerate i386.opt.urls riscv also got an -munroll-only-small-loops option. This means that the doc urls for the existing -munroll-only-small-loops for i386 got renamed (so they have distinct names). riscv.opt.urls already got regenerated. Now also regenerate i386.opt.urls Fixes: d15703b27aa4 RISC-V: Add small loop unrolling support via -munroll-only-small-loops gcc/ChangeLog: * config/i386/i386.opt.urls: Regenerate. Diff: --- gcc/config/i386/i386.opt.urls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.opt.urls b/gcc/config/i386/i386.opt.urls index affcfa807432..5ae63d6b520f 100644 --- a/gcc/config/i386/i386.opt.urls +++ b/gcc/config/i386/i386.opt.urls @@ -576,7 +576,7 @@ mraoint UrlSuffix(gcc/x86-Options.html#index-mraoint) munroll-only-small-loops -UrlSuffix(gcc/x86-Options.html#index-munroll-only-small-loops) +UrlSuffix(gcc/x86-Options.html#index-munroll-only-small-loops-1) mlam= UrlSuffix(gcc/x86-Options.html#index-mlam)
