Hi, On Sat, Feb 24, 2024 at 06:42:58PM +0100, Mark Wielaard wrote: > 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? Ping. I have now regenerated the patch to also include the new avr mfuse-add change. It would be nice to get this committed so we can turn on the automatic checker. Thanks, Mark