[gcc(refs/users/mikael/heads/pr121185_v01)] libstdc++: Document change in __int128 traits [PRPR96710]
Mikael Morin
mikael@gcc.gnu.org
Thu Jul 24 08:04:26 GMT 2025
https://gcc.gnu.org/g:61395d35a31bc58029b01afa0c06f768a15cea36
commit 61395d35a31bc58029b01afa0c06f768a15cea36
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Thu Jul 17 12:25:17 2025 +0100
libstdc++: Document change in __int128 traits [PRPR96710]
libstdc++-v3/ChangeLog:
PR libstdc++/96710
* doc/xml/manual/evolution.xml: Document change or __int128.
* doc/html/manual/api.html: Regenerate.
Diff:
---
libstdc++-v3/doc/html/manual/api.html | 3 +++
libstdc++-v3/doc/xml/manual/evolution.xml | 5 +++++
2 files changed, 8 insertions(+)
diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html
index 4441d9cdbae0..f004ddc166d8 100644
--- a/libstdc++-v3/doc/html/manual/api.html
+++ b/libstdc++-v3/doc/html/manual/api.html
@@ -512,4 +512,7 @@ Nested <code class="code">result_type</code> and <code class="code">argument_typ
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="api.rel_16"></a><code class="constant">16</code></h3></div></div></div><p>
Deprecated the non-standard overload of <code class="code">std::fabs</code> for
<code class="code">std::complex</code> arguments.
+</p><p>
+Made <code class="code">std::is_integral_v<__int128></code> true for strict
+<code class="code">-std</code> dialects.
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="abi.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="appendix_porting.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="backwards.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">ABI Policy and Guidelines </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Backwards Compatibility</td></tr></table></div></body></html>
\ No newline at end of file
diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml
index 73b9f17f3a38..911db8a7538b 100644
--- a/libstdc++-v3/doc/xml/manual/evolution.xml
+++ b/libstdc++-v3/doc/xml/manual/evolution.xml
@@ -1157,6 +1157,11 @@ Nested <code>result_type</code> and <code>argument_type</code> removed from
Deprecated the non-standard overload of <code>std::fabs</code> for
<code>std::complex</code> arguments.
</para>
+
+<para>
+Made <code>std::is_integral_v<__int128></code> true for strict
+<code>-std</code> dialects.
+</para>
</section>
</section>
More information about the Libstdc++-cvs
mailing list