]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Jul 2025 00:21:41 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 27 Jul 2025 00:21:41 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 6a87243004959b397b629bd4aea8f185b323bee5..f65b6fe5dfccb164b6ead6af49c43dfbcd5a38cf 100644 (file)
@@ -1,3 +1,50 @@
+2025-07-26  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-07-11  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/121027
+       * config/aarch64/aarch64.cc (aarch64_evpc_sve_tbl): Punt on 2-input
+       operations that can be handled by vec_perm.
+
+2025-07-26  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2024-10-07  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/121027
+       * config/aarch64/iterators.md (SVE_I): Move further up file.
+       (SVE_F): New mode iterator.
+       (SVE_ALL): Redefine in terms of SVE_I and SVE_F.
+       * config/aarch64/aarch64-sve.md (*<LOGICALF:optab><mode>3): Extend
+       to all SVE_F.
+
+2025-07-26  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-07-07  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/118891
+       * config/aarch64/aarch64.cc (aarch64_expand_vector_init): Fix the
+       ZIP1 operand order for big-endian targets.
+
+2025-07-26  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-07-07  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * config/aarch64/aarch64-sve.md (@aarch64_sve_set_neonq_<mode>):
+       Use %Z instead of lowpart_subreg.  Tweak formatting.
+
+2025-07-26  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-07-07  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR tree-optimization/118891
+       * tree-vect-stmts.cc (supportable_widening_operation): Swap the
+       hi and lo internal functions on big-endian targets.
+
 2025-07-22  Haochen Gui  <guihaoc@gcc.gnu.org>
 
        Backported from master:
index cf5caf83cd0924f5a46368f9f2ea179df8a3f9ce..bb710d568caa6e718e0fa3b6aae9b375a0ac17e9 100644 (file)
@@ -1 +1 @@
-20250726
+20250727
index b94a14c582b07b60b83c1351c1885ff7a76fb6be..6c5ae6c28091cde45ce4a961cee97149c9714577 100644 (file)
@@ -1,3 +1,14 @@
+2025-07-26  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-07-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/120577
+       * constexpr.cc (cxx_eval_call_expression): Set
+       CONSTRUCTOR_NO_CLEARING on initial value for ctor.
+       (cxx_eval_component_reference): Make value-initialization
+       of an aggregate member explicit.
+
 2025-07-03  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 21dc96e262070417f03ce18c1115a143c6816fb0..15476e6222815ec663a223edea28854c882a8d23 100644 (file)
@@ -1,3 +1,27 @@
+2025-07-26  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-07-11  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/121027
+       * gcc.target/aarch64/sve/acle/general/perm_1.c: New test.
+
+2025-07-26  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2024-10-07  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/121027
+       * gcc.target/aarch64/sve/permute_5.c: New test.
+
+2025-07-26  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-07-15  Jason Merrill  <jason@redhat.com>
+
+       PR c++/120577
+       * g++.dg/cpp2a/constexpr-union9.C: New test.
+
 2025-07-22  Haochen Gui  <guihaoc@gcc.gnu.org>
 
        Backported from master: