diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-08-04 00:17:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-08-04 00:17:30 +0000 |
commit | 7cd71c88637e133cf983c235a29f65fdcc1e28ca (patch) | |
tree | 7dbf8c09a8b0f42ef5e0660b775cdb34d6eb259b | |
parent | 3ac02e67503ccffa3dfeeffc0a60fce6bdaca43b (diff) | |
download | gcc-7cd71c88637e133cf983c235a29f65fdcc1e28ca.zip gcc-7cd71c88637e133cf983c235a29f65fdcc1e28ca.tar.gz gcc-7cd71c88637e133cf983c235a29f65fdcc1e28ca.tar.bz2 |
Daily bump.
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | libquadmath/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 |
3 files changed, 15 insertions, 1 deletions
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 613753ee..444c7cb 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240803 +20240804 diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 11e15a0..5c23cf0 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,9 @@ +2024-08-03 Jakub Jelinek <jakub@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 <ro@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 fe4386d..53852c7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2024-08-03 Patrick Palka <ppalka@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 <jwakely@redhat.com> * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Include |