https://gcc.gnu.org/g:7cd71c88637e133cf983c235a29f65fdcc1e28ca

commit r15-2709-g7cd71c88637e133cf983c235a29f65fdcc1e28ca
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Aug 4 00:17:30 2024 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP          | 2 +-
 libquadmath/ChangeLog  | 6 ++++++
 libstdc++-v3/ChangeLog | 8 ++++++++
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 613753ee8b50..444c7cbae431 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240803
+20240804
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog
index 11e15a0ff864..5c23cf016e9e 100644
--- a/libquadmath/ChangeLog
+++ b/libquadmath/ChangeLog
@@ -1,3 +1,9 @@
+2024-08-03  Jakub Jelinek  <ja...@redhat.com>
+
+       PR target/116007
+       * math/sqrtq.c (TFtype): For PowerPC without __LONG_DOUBLE_IEEE128__
+       define to __float128 before including soft-fp.h and quad.h.
+
 2024-05-07  Rainer Orth  <r...@cebitec.uni-bielefeld.de>
 
        * Makefile.am [LIBQUAD_USE_SYMVER_SUN] (quadmath.map-sun): Pass
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index fe4386d4a6d8..53852c7f2ec1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+2024-08-03  Patrick Palka  <ppa...@redhat.com>
+
+       * include/bits/move.h (__like_impl): New metafunction.
+       (__like_t): Redefine in terms of __like_impl.
+       (forward_like): Redefine in terms of __like_t.
+       * testsuite/20_util/forward_like/2_neg.cc: Don't expect
+       error outside the immediate context anymore.
+
 2024-08-02  Jonathan Wakely  <jwak...@redhat.com>
 
        * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Include

Reply via email to