On Mon, 20 Nov 2023 at 08:42, Thomas Schwinge wrote: > > Hi! > > On 2023-10-15T23:42:39+0200, Gerald Pfeifer wrote: > > [ Release managers, heads-up for when you branch future releases! ] > > > For GCC 9 to GCC 13 the per-release series buildstat pages have not > > been populated at all, so remove them and reference from the respective > > main release pages. > > ACK; I had recently run into such an empty page, and wanted to suggest > the same. > > We still need to update the docs some more. Do we just remove all > references (and related text), and/or refer to the gcc-testresults > mailing list? > > In wwwdocs: > > htdocs/branching.html:
  • Add buildstat.html and update the toplevel > htdocs/branching.html:buildstat.html accordingly.
  • > > htdocs/faq.html:Reports of successful builds > htdocs/faq.html-for several versions of GCC are also available at the web site.

    > > htdocs/releasing.html-
  • For a new major release, ensure that the build status page is present > htdocs/releasing.html:and add a link from the main buildstat.html page.
  • > > In GCC: > > gcc/doc/install.texi-Lists of successful builds for released versions of GCC are > gcc/doc/install.texi:available at @uref{https://gcc.gnu.org/buildstat.html}. > gcc/doc/install.texi-These lists are updated as new information becomes available. > > gcc/doc/install.texi-Some of these archived results are linked from the build status lists > gcc/doc/install.texi:at @uref{https://gcc.gnu.org/buildstat.html}, although not everyone who > gcc/doc/install.texi-reports a successful build runs the testsuites and submits the results. > > gcc/doc/install.texi-If you are bootstrapping a released version of GCC then please > gcc/doc/install.texi-quickly review the build status page for your release, available from > gcc/doc/install.texi:@uref{https://gcc.gnu.org/buildstat.html}. > > libstdc++-v3/doc/xml/faq.xml- the rapid development and near-legendary > libstdc++-v3/doc/xml/faq.xml: portability > libstdc++-v3/doc/xml/faq.xml- that are the hallmarks of an open-source project are applied to libstdc++. > > libstdc++-v3/doc/xml/manual/test.xml- Archives of test results for various versions and platforms are > libstdc++-v3/doc/xml/manual/test.xml: available on the GCC website in the build > libstdc++-v3/doc/xml/manual/test.xml- status section of each individual release, and are also > libstdc++-v3/doc/xml/manual/test.xml- archived on a daily basis on the gcc-testresults Good point. I'll push the attached patch to the docs.