From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 707D93858283; Fri, 16 Feb 2024 10:48:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 707D93858283 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708080503; bh=di5uXTFuqcvq8JyKsqd1sVyskhW7sYFnZORzuL67gcQ=; h=From:To:Subject:Date:From; b=jk+paxKHIwcjlqLuHctEEFpBx5jh1lBoZmp1wrKbLgv+xVNP3f5VguWsJAAiUelOE y5mFNRdpbkviRGCRlqkbmAYD4VM9j1oPctYthUg5U/PtMGl4az0JTpxyqlfcneYLAt 1pe+Ll65m+Zg3MOvaBtBYu8LdVc74k3u228eQ1GI= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-9026] libstdc++: Fix spelling of elements in manual X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 325d5dd53270fe8fd62b36c92c8f8b87c2938bf1 X-Git-Newrev: 1c05d4e985370d36ec729480b017345c9264be3e Message-Id: <20240216104823.707D93858283@sourceware.org> Date: Fri, 16 Feb 2024 10:48:23 +0000 (GMT) List-Id: https://gcc.gnu.org/g:1c05d4e985370d36ec729480b017345c9264be3e commit r14-9026-g1c05d4e985370d36ec729480b017345c9264be3e Author: Jonathan Wakely Date: Fri Feb 16 10:38:29 2024 +0000 libstdc++: Fix spelling of elements in manual libstdc++-v3/ChangeLog: * doc/xml/manual/test.xml: Fix spelling of elements. * doc/html/manual/test.html: Regenerate. Diff: --- libstdc++-v3/doc/html/manual/test.html | 4 ++-- libstdc++-v3/doc/xml/manual/test.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/test.html b/libstdc++-v3/doc/html/manual/test.html index 4b7f60c9bade..3657997fad46 100644 --- a/libstdc++-v3/doc/html/manual/test.html +++ b/libstdc++-v3/doc/html/manual/test.html @@ -356,7 +356,7 @@ cat 27_io/objects/char/3_xin.in | a.out
DEJAGNU environment variable will cause every test to be run three times, using a different -std each time. Alternatively, a list of standard versions to test with can be specified - as a comma-separated list in the <envvar>GLIBCXX_TESTSUITE_STDS</envvar> + as a comma-separated list in the GLIBCXX_TESTSUITE_STDS environment variable.

To run the libstdc++ test suite under the @@ -478,7 +478,7 @@ cat 27_io/objects/char/3_xin.in | a.out

-std=gnu++11 or -std=c++11 is explicitly specified, either via a target board, the v3_std_list dejagnu variable, - or the <envvar>GLIBCXX_TESTSUITE_STDS</envvar> environment variable. + or the GLIBCXX_TESTSUITE_STDS environment variable. For tests that require a specific standard it is useful to also add a dg-options directive:

    // { dg-options "-std=gnu++11" }

diff --git a/libstdc++-v3/doc/xml/manual/test.xml b/libstdc++-v3/doc/xml/manual/test.xml index f2c709bc6bf1..40926946fe7a 100644 --- a/libstdc++-v3/doc/xml/manual/test.xml +++ b/libstdc++-v3/doc/xml/manual/test.xml @@ -604,7 +604,7 @@ cat 27_io/objects/char/3_xin.in | a.out DEJAGNU environment variable will cause every test to be run three times, using a different each time. Alternatively, a list of standard versions to test with can be specified - as a comma-separated list in the GLIBCXX_TESTSUITE_STDS + as a comma-separated list in the GLIBCXX_TESTSUITE_STDS environment variable. @@ -779,7 +779,7 @@ cat 27_io/objects/char/3_xin.in | a.out the test will be skipped by default unless or is explicitly specified, either via a target board, the v3_std_list dejagnu variable, - or the GLIBCXX_TESTSUITE_STDS environment variable. + or the GLIBCXX_TESTSUITE_STDS environment variable. For tests that require a specific standard it is useful to also add a dg-options directive: // { dg-options "-std=gnu++11" }