libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2011.xml: Update std::call_once status. * doc/xml/manual/status_cxx2014.xml: Likewise. * doc/xml/manual/status_cxx2017.xml: Likewise. Update std::from_chars and std::to_chars status. Fix formatting. * doc/html/manual/status.html: Regenerate.
Committed to trunk.
commit 90c9b2c17688f7be434415e90c5a655a6ecfaa9e Author: Jonathan Wakely <jwak...@redhat.com> Date: Mon Feb 1 15:39:24 2021 libstdc++: Update C++17 status table for <charconv> libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2011.xml: Update std::call_once status. * doc/xml/manual/status_cxx2014.xml: Likewise. * doc/xml/manual/status_cxx2017.xml: Likewise. Update std::from_chars and std::to_chars status. Fix formatting. * doc/html/manual/status.html: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index e8f8784c1e9..e13ca566ea3 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -2401,10 +2401,11 @@ particular release. <?dbhtml bgcolor="#B0B0B0" ?> <entry>30.4.4.2</entry> <entry>Function <code>call_once</code></entry> - <entry>Broken</entry> - <entry>See <link xmlns:xlink="http://www.w3.org/1999/xlink" + <entry>Y</entry> + <entry>Exception support is broken on non-Linux targets. + See <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146">PR - 66146</link> + 66146</link>. </entry> </row> <row> diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml index 0d138abf794..7b2d4603b24 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml @@ -1388,9 +1388,10 @@ not in any particular release. <entry>30.4.4.2</entry> <entry>Function <code>call_once</code></entry> <entry>Broken</entry> - <entry>See <link xmlns:xlink="http://www.w3.org/1999/xlink" + <entry>Exception support is broken on non-Linux targets. + See <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146">PR - 66146</link> + 66146</link>. </entry> </row> <row> diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index f97fc060fa0..7b5df3d1385 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -457,7 +457,7 @@ Feature-testing recommendations for C++</link>. P0185R1 </link> </entry> - <entry align="center"> 7 (<code>__is_swappable</code> available since 6.1)</entry> + <entry align="center"> 7.1 (<code>__is_swappable</code> available since 6.1)</entry> <entry><code> __cpp_lib_is_swappable >= 201603 </code></entry> </row> @@ -641,7 +641,7 @@ Feature-testing recommendations for C++</link>. </link> </entry> <entry align="center"> 9.1 </entry> - <entry><code> __has_include(<execution>) </code>, + <entry><code> __has_include(<execution>)</code>, <code> __cpp_lib_execution >= 201603 </code>, <code> __cpp_lib_parallel_algorithm >= 201603 </code> (requires linking with <code>-ltbb</code>, see Note 3) @@ -702,7 +702,7 @@ Feature-testing recommendations for C++</link>. </link> </entry> <entry align="center"> 8.1 </entry> - <entry><code> __has_include(<filesystem>) </code>, + <entry><code> __has_include(<filesystem>)</code>, <code> __cpp_lib_filesystem >= 201603 </code> (GCC 8.x requires linking with <code>-lstdc++fs</code>) </entry> @@ -787,15 +787,14 @@ Feature-testing recommendations for C++</link>. </row> <row> - <?dbhtml bgcolor="#B0B0B0" ?> <entry> Elementary string conversions </entry> <entry> <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0067r5.html"> P0067R5 </link> </entry> - <entry align="center"> 8.1 (only integral types supported) </entry> - <entry><code> __has_include(<charconv>) </code> + <entry align="center"> 11.1 (integral types supported since 8.1) </entry> + <entry><code> __has_include(<charconv>)</code>, <code> __cpp_lib_to_chars >= 201611 </code></entry> </row> @@ -1182,18 +1181,16 @@ since C++14 and the implementation is complete. <entry/> </row> <row> - <?dbhtml bgcolor="#B0B0B0" ?> <entry>23.2.8</entry> <entry>Primitive numeric output conversion</entry> <entry>Partial</entry> - <entry>Only integer types supported, not floating-point types</entry> + <entry/> </row> <row> - <?dbhtml bgcolor="#B0B0B0" ?> <entry>23.2.9</entry> <entry>Primitive numeric input conversion</entry> <entry>Partial</entry> - <entry>Only integer types supported, not floating-point types</entry> + <entry/> </row> <row> <entry>23.3</entry> @@ -2508,10 +2505,11 @@ since C++14 and the implementation is complete. <?dbhtml bgcolor="#B0B0B0" ?> <entry>33.4.6.2</entry> <entry>Function <code>call_once</code></entry> - <entry>Broken</entry> - <entry>See <link xmlns:xlink="http://www.w3.org/1999/xlink" + <entry>Y</entry> + <entry>Exception support is broken on non-Linux targets. + See <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146">PR - 66146</link> + 66146</link>. </entry> </row> <row>