Hi, On Thu, Feb 22, 2024 at 11:57:50AM +0800, YunQiang Su wrote: > Mark Wielaard 于2024年2月19日周一 06:58写道: > > So, I did try the regenerate-opt-urls locally, and it did generate the > > attached diff. Which seems to show we really need this automated. > > > > Going over the diff. The -Winfinite-recursion in rust does indeed seem > > new. As do the -mapx-inline-asm-use-gpr32 and mevex512 for i386. And > > the avr options -mskip-bug, -mflmap and mrodata-in-ram. The change in > > common.opt.urls for -Wuse-after-free comes from it being moved from > > c++ to the c-family. The changes in mips.opt.urls seem to come from > > commit 46df1369 "doc/invoke: Remove duplicate explicit-relocs entry of > > MIPS". > > > > For MIPS, it's due to malformed patches to invoke.text. > I will fix them. Thanks. So with your commit 00bc8c0998d8 ("invoke.texi: Fix some skipping UrlSuffix problem for MIPS") pushed now, the attached patch fixes the remaining issues. Is this OK to push? > > The changes in c.opt.urls seem mostly reordering. The sorting makes > > more sense after the diff imho. And must have come from commit > > 4666cbde5 "Sort warning options in c-family/c.opt". > > > > Also the documentation for -Warray-parameter was fixed. > > > > So I think the regenerate-opt-urls check does work as intended. So > > lets automate it, because it looks like nobody regenerated the > > url.opts after updating the documentation. > > > > But we should first apply this diff. Could you double check it is > > sane/correct? > > > > Thanks, > > > > Mark > > > > -- > YunQiang Su