From 61f7995398a719f2ff91d07e8f8ed6d4413db697 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 24 Sep 2020 17:33:16 +0100 Subject: [PATCH] libstdc++: Fix misnamed configure option in manual libstdc++-v3/ChangeLog: * doc/xml/manual/configure.xml: Correct name of option. * doc/html/*: Regenerate. --- libstdc++-v3/doc/html/manual/configure.html | 3 ++- libstdc++-v3/doc/html/manual/status.html | 4 ++-- libstdc++-v3/doc/xml/manual/configure.xml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/configure.html b/libstdc++-v3/doc/html/manual/configure.html index 0d97beaf7b4..7ca9efce747 100644 --- a/libstdc++-v3/doc/html/manual/configure.html +++ b/libstdc++-v3/doc/html/manual/configure.html @@ -116,7 +116,8 @@ the build directory, will do much the same thing, without the configuration difference and without building everything twice: make CXXFLAGS='-g3 -O0 -fno-inline' all -

--enable-libstdcxx-debug-flags=FLAGS

This option is only valid when --enable-debug +

--enable-libstdcxx-debug-flags=FLAGS

This option is only valid when + --enable-libstdcxx-debug is also specified, and applies to the debug builds only. With this option, you can pass a specific string of flags to the compiler to use when building the debug versions of libstdc++. diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index ce9c5ccd0f6..b6df978aeab 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1275,10 +1275,10 @@ or any notes about the implementation. __cpp_lib_three_way_comparison >= 201907L Strings and text - string::reserve Should Not Shrink + string::reserve Should Not Shrink P0966R1 -   char8_t: A type for UTF-8 characters and strings + 11   char8_t: A type for UTF-8 characters and strings P0482R6 9.1 __cpp_lib_char8_t >= 201811L char8_t backward compatibility remediation diff --git a/libstdc++-v3/doc/xml/manual/configure.xml b/libstdc++-v3/doc/xml/manual/configure.xml index 58587e858a4..74d6db71ab4 100644 --- a/libstdc++-v3/doc/xml/manual/configure.xml +++ b/libstdc++-v3/doc/xml/manual/configure.xml @@ -204,7 +204,8 @@ --enable-libstdcxx-debug-flags=FLAGS - This option is only valid when --enable-debug + This option is only valid when + --enable-libstdcxx-debug is also specified, and applies to the debug builds only. With this option, you can pass a specific string of flags to the compiler to use when building the debug versions of libstdc++.