]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 28 May 2025 00:24:39 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 28 May 2025 00:24:39 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgcc/config/avr/libf7/ChangeLog
libstdc++-v3/ChangeLog

index d7e87020c3423833df21c55d38acab30edf3476c..4287b970d20944a92792a342dd0e77d5b0daac14 100644 (file)
@@ -1,3 +1,18 @@
+2025-05-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * ipa-sra.cc (scan_expr_access): Also disqualify storage order
+       barriers from splitting.
+       * tree.h (storage_order_barrier_p): Also return false if the
+       operand of the VIEW_CONVERT_EXPR has reverse storage order.
+
+2025-05-27  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-05-27  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/extend.texi (Common Variable Attributes): Fix typo in
+       description of nonstring.
+
 2025-05-25  Michael J. Eager  <eager@eagercon.com>
 
        PR target/86772
index ed9a6b1f3e646f0ded7bf9e7f36125a573dcb094..4044138c536f9fe4e7f879aa950f016014f5b46f 100644 (file)
@@ -1 +1 @@
-20250527
+20250528
index e3c1c2d828ad773c746b59eb629c1724170589b8..761905b1672b35039796640d4b9412d89478c8b5 100644 (file)
@@ -1,3 +1,8 @@
+2025-05-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/sso19.adb: New test.
+       * gnat.dg/sso19_pkg.ads, gnat.dg/sso19_pkg.adb: New helper.
+
 2025-05-26  Tobias Burnus  <tburnus@baylibre.com>
 
        Backported from master:
index d7637eee3e27fd6a23e71fb9185445e22d28c399..0e6afa0eefdca420cc4b4ebbb861a0f828a53e53 100644 (file)
@@ -1,3 +1,24 @@
+2025-05-27  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backported from master:
+       2025-05-27  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/120442
+       * libf7-common.mk (LIBF_C_PARTS, m_ddd): Add fdim.
+       * libf7.h (f7_fdim): New proto.
+       * libf7.c (f7_fdim): New function.
+       * f7renames.sh (f7_fdim): Add rename.
+       * f7-wraps.h: Rebuild
+       * f7-renames.h: Rebuild
+
+2025-05-27  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backported from master:
+       2025-05-27  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/120441
+       * libf7.c (f7_exp): Limit aa->expo to 10 (not to 9).
+
 2025-04-25  Release Manager
 
        * GCC 15.1.0 released.
index d7cd8f4fd6883be7e216587c86facafc09cc56b6..f2f5269212ff9f0d12dfb9f870248fb26df25c51 100644 (file)
@@ -1,3 +1,25 @@
+2025-05-27  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-05-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/util/pstl/test_utils.h (ForwardIterator::operator++):
+       Fix return type.
+       (BidirectionalIterator::operator++): Likewise.
+       (BidirectionalIterator::operator--): Likewise.
+
+2025-05-27  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-05-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/120367
+       * include/bits/stl_vector.h (_M_range_initialize): Initialize
+       _M_impl._M_finish.
+       * testsuite/23_containers/vector/cons/from_range.cc: Check with
+       a type that throws on construction.
+       exceptions during construction.
+
 2025-05-20  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: