]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix misnamed configure option in manual
authorJonathan Wakely <jwakely@redhat.com>
Thu, 24 Sep 2020 16:33:16 +0000 (17:33 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 24 Sep 2020 16:35:02 +0000 (17:35 +0100)
libstdc++-v3/ChangeLog:

* doc/xml/manual/configure.xml: Correct name of option.
* doc/html/*: Regenerate.

libstdc++-v3/doc/html/manual/configure.html
libstdc++-v3/doc/html/manual/status.html
libstdc++-v3/doc/xml/manual/configure.xml

index 0d97beaf7b46ce4398ec106b0cc43b81e854db7e..7ca9efce74716e523a1d41a667e2547ecd6d8300 100644 (file)
        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++.
index ce9c5ccd0f60af484d9571fe0288f5b953de053f..b6df978aeab87122c8b64683001a17e38d78052a 100644 (file)
@@ -1275,10 +1275,10 @@ or any notes about the implementation.
         <code class="code">__cpp_lib_three_way_comparison &gt;= 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 &gt;= 201811L</code> </td></tr><tr><td align="left">  <code class="code">char8_t</code> backward compatibility remediation </td><td align="left">
index 58587e858a406142fc5cca8b6d21328399f1d4e9..74d6db71ab4559831ca591e99332e384a03a6134 100644 (file)
 
  <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++.