diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2025-08-19 17:29:12 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2025-08-21 10:04:45 +0100 |
commit | cf88ed5bf20c86ca38da19358ff79a34adb4d0b5 (patch) | |
tree | e1a059dc3a5889d610062448b249d1ec266f018f /libgo/misc/cgo | |
parent | 889a1352a2c48320c402aa614c67fe5236ac08ad (diff) | |
download | gcc-cf88ed5bf20c86ca38da19358ff79a34adb4d0b5.zip gcc-cf88ed5bf20c86ca38da19358ff79a34adb4d0b5.tar.gz gcc-cf88ed5bf20c86ca38da19358ff79a34adb4d0b5.tar.bz2 |
libstdc++: Fix std::numeric_limits<__float128>::max_digits10 [PR121374]
When I added this explicit specialization in r14-1433-gf150a084e25eaa I
used the wrong value for the number of mantissa digits (I used 112
instead of 113). Then when I refactored it in r14-1582-g6261d10521f9fd I
used the value calculated from the incorrect value (35 instead of 36).
libstdc++-v3/ChangeLog:
PR libstdc++/121374
* include/std/limits (numeric_limits<__float128>::max_digits10):
Fix value.
* testsuite/18_support/numeric_limits/128bit.cc: Check value.
Diffstat (limited to 'libgo/misc/cgo')
0 files changed, 0 insertions, 0 deletions