From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 9343B3858C83; Thu, 14 Apr 2022 10:36:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9343B3858C83 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 6DB991F747; Thu, 14 Apr 2022 10:36:12 +0000 (UTC) Received: from murzim.suse.de (murzim.suse.de [10.160.4.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 52379A3B82; Thu, 14 Apr 2022 10:36:12 +0000 (UTC) Date: Thu, 14 Apr 2022 12:36:12 +0200 (CEST) From: Richard Biener To: Jonathan Wakely cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] libstdc++: Update incorrect statement about mainline in docs In-Reply-To: <20220414102911.681186-1-jwakely@redhat.com> Message-ID: <31761r9p-787-282q-30q4-711s21475s66@fhfr.qr> References: <20220414102911.681186-1-jwakely@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-10.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2022 10:36:15 -0000 On Thu, 14 Apr 2022, Jonathan Wakely wrote: > This fixes some misleading text in the libstdc++ manual that says the > docs for the gcc-11 branch refer to mainline. > > Richi, is this OK for the gcc-11 branch now? It's been wrong for 11.1 > and 11.2, but it would still be nice to fix. Yes, it's OK. I notice the same problem exists on the GCC 10 branch but GCC 9 at least mentions GCC 9 once ;) Richard. > -- >8 -- > > libstdc++-v3/ChangeLog: > > * doc/xml/manual/status_cxx1998.xml: Refer to GCC 11 not > mainline. > * doc/xml/manual/status_cxx2011.xml: Likewise. > * doc/xml/manual/status_cxx2014.xml: Likewise. > * doc/xml/manual/status_cxx2017.xml: Likewise. > * doc/xml/manual/status_cxx2020.xml: Likewise. > * doc/xml/manual/status_cxxtr1.xml: Likewise. > * doc/xml/manual/status_cxxtr24733.xml: Likewise. > * doc/html/manual/status.html: Regenerate. > --- > libstdc++-v3/doc/html/manual/status.html | 24 ++++++++----------- > .../doc/xml/manual/status_cxx1998.xml | 3 +-- > .../doc/xml/manual/status_cxx2011.xml | 3 +-- > .../doc/xml/manual/status_cxx2014.xml | 4 ++-- > .../doc/xml/manual/status_cxx2017.xml | 4 ++-- > .../doc/xml/manual/status_cxx2020.xml | 4 ++-- > libstdc++-v3/doc/xml/manual/status_cxxtr1.xml | 3 +-- > .../doc/xml/manual/status_cxxtr24733.xml | 3 +-- > 8 files changed, 20 insertions(+), 28 deletions(-) > > diff --git a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml > index 792272bcf26..f1be6667cd7 100644 > --- a/libstdc++-v3/doc/xml/manual/status_cxx1998.xml > +++ b/libstdc++-v3/doc/xml/manual/status_cxx1998.xml > @@ -18,8 +18,7 @@ This status table is based on the table of contents of ISO/IEC 14882:2003. > > > > -This section describes the C++ support in mainline GCC, not in any > -particular release. > +This section describes the C++ support in the GCC 11 release series. > > > > diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml > index 88844f8f0cc..e06f2479763 100644 > --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml > +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml > @@ -34,8 +34,7 @@ This status table is based on the table of contents of ISO/IEC 14882:2011. > > > > -This section describes the C++11 support in mainline GCC, not in any > -particular release. > +This section describes the C++11 support in the GCC 11 release series. > > > > diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml > index 5dc287707d8..deb15c7f0d5 100644 > --- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml > +++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml > @@ -29,8 +29,8 @@ since C++11 and the implementation is complete. > > > > -This section describes the C++14 and library TS support in mainline GCC, > -not in any particular release. > +This section describes the C++14 and library TS support in the GCC 11 > +release series. > > > > diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml > index 11372bb28b3..52bbce0a2be 100644 > --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml > +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml > @@ -23,8 +23,8 @@ since that release. > > > > -This section describes the C++17 and library TS support in mainline GCC, > -not in any particular release. > +This section describes the C++17 and library TS support in the GCC 11 > +release series. > > > > diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml > index 9e9777ea85f..411a337c534 100644 > --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml > +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml > @@ -20,8 +20,8 @@ presence of the required flag. > > > > -This section describes the C++20 and library TS support in mainline GCC, > -not in any particular release. > +This section describes the C++20 and library TS support in the GCC 11 > +release series. > > > > diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml > index 021cb6394a7..6533857ba12 100644 > --- a/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml > +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml > @@ -22,8 +22,7 @@ In this implementation the header names are prefixed by > > > > -This page describes the TR1 support in mainline GCC, not in any particular > -release. > +This page describes the TR1 support in the GCC 11 release series. > > > > diff --git a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml > index 139b94442e8..4b6d64c7c6a 100644 > --- a/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml > +++ b/libstdc++-v3/doc/xml/manual/status_cxxtr24733.xml > @@ -16,8 +16,7 @@ decimal floating-point arithmetic > > > > -This page describes the TR 24733 support in mainline GCC, not in any > -particular release. > +This page describes the TR 24733 support in the GCC 11 release series. > > > > -- Richard Biener SUSE Software Solutions Germany GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany; GF: Ivo Totev; HRB 36809 (AG Nuernberg)