diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2020-09-24 17:33:16 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2020-09-24 17:35:02 +0100 |
commit | 61f7995398a719f2ff91d07e8f8ed6d4413db697 (patch) | |
tree | 46745e928e65f96cdd22c824350bb457ad392f89 | |
parent | 637ad78cdf4026234308973bb87839f10f3d39cf (diff) | |
download | gcc-61f7995398a719f2ff91d07e8f8ed6d4413db697.zip gcc-61f7995398a719f2ff91d07e8f8ed6d4413db697.tar.gz gcc-61f7995398a719f2ff91d07e8f8ed6d4413db697.tar.bz2 |
libstdc++: Fix misnamed configure option in manual
libstdc++-v3/ChangeLog:
* doc/xml/manual/configure.xml: Correct name of option.
* doc/html/*: Regenerate.
-rw-r--r-- | libstdc++-v3/doc/html/manual/configure.html | 3 | ||||
-rw-r--r-- | libstdc++-v3/doc/html/manual/status.html | 4 | ||||
-rw-r--r-- | 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 0d97bea..7ca9efc 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: <code class="code">make CXXFLAGS='-g3 -O0 -fno-inline' all</code> - </p></dd><dt><span class="term"><code class="code">--enable-libstdcxx-debug-flags=FLAGS</code></span></dt><dd><p>This option is only valid when <code class="code"> --enable-debug </code> + </p></dd><dt><span class="term"><code class="code">--enable-libstdcxx-debug-flags=FLAGS</code></span></dt><dd><p>This option is only valid when + <code class="code">--enable-libstdcxx-debug</code> 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 ce9c5cc..b6df978 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. <code class="code">__cpp_lib_three_way_comparison >= 201907L</code> </td></tr><tr><td colspan="4" align="left"> <span class="bold"><strong>Strings and text</strong></span> - </td></tr><tr bgcolor="#C8B0B0"><td align="left"> <code class="code">string::reserve</code> Should Not Shrink </td><td align="left"> + </td></tr><tr><td align="left"> <code class="code">string::reserve</code> Should Not Shrink </td><td align="left"> <a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0966r1.html" target="_top"> P0966R1 </a> - </td><td align="center"> </td><td align="left"> </td></tr><tr><td align="left"> <code class="code">char8_t</code>: A type for UTF-8 characters and strings </td><td align="left"> + </td><td align="center"> 11 </td><td align="left"> </td></tr><tr><td align="left"> <code class="code">char8_t</code>: A type for UTF-8 characters and strings </td><td align="left"> <a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0482r6.html" target="_top"> P0482R6 </a> </td><td align="center"> 9.1 </td><td align="left"> <code class="code">__cpp_lib_char8_t >= 201811L</code> </td></tr><tr><td align="left"> <code class="code">char8_t</code> backward compatibility remediation </td><td align="left"> diff --git a/libstdc++-v3/doc/xml/manual/configure.xml b/libstdc++-v3/doc/xml/manual/configure.xml index 58587e8..74d6db7 100644 --- a/libstdc++-v3/doc/xml/manual/configure.xml +++ b/libstdc++-v3/doc/xml/manual/configure.xml @@ -204,7 +204,8 @@ <varlistentry><term><code>--enable-libstdcxx-debug-flags=FLAGS</code></term> - <listitem><para>This option is only valid when <code> --enable-debug </code> + <listitem><para>This option is only valid when + <code>--enable-libstdcxx-debug</code> 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++. |