On 9/5/22 14:31, Gerald Pfeifer wrote: > On Fri, 26 Aug 2022, Richard Biener via Gcc-patches wrote: >>> Ready for master? >> OK > > Actually both Richi and me missed a little detail: > >>> - <li>...</li> >>> + <li>The support for the <code>cr16-elf</code>, >>> <code>tilegx*-linux</code> and <code>tilepro*-linux</code> >>> + configurations has been removed.</li> >>> +</li> ^^^^^ > ^^^^^
Thanks for the fix. Btw. have you removed the w3c validation script? Martin > > The patch added one <li> plus two </li>s - fixed thusly. > > Gerald > > > commit 0d66c0f73e9c54536070346bd4d52f61132ba012 > Author: Gerald Pfeifer <ger...@pfeifer.com> > Date: Mon Sep 5 20:28:57 2022 +0800 > > gcc-13: Remove extraneous </li> under Caveats > > This snuck in via 79ecba7b which added two </li>s instead of one. > > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html > index 3d3d012c..5b336e04 100644 > --- a/htdocs/gcc-13/changes.html > +++ b/htdocs/gcc-13/changes.html > @@ -35,7 +35,6 @@ a work-in-progress.</p> > <code>-gstabs</code> and <code>-gxcoff</code> options) has been > removed. > (This means the <strong>dbx</strong> debugger is no longer > supported, either.)</li> > -</li> > </ul> > >