]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 Jun 2025 00:24:47 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 14 Jun 2025 00:24:47 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index de534a66c310bd67778bba3f94bf1d3ffecb699d..c914b28ba6b5b07bf84eae42a94dced62b3d2236 100644 (file)
@@ -1,3 +1,42 @@
+2025-06-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       Backported from master:
+       2025-03-25  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR middle-end/117811
+       * optabs.cc (expand_binop_directly): Remove LAST as an argument,
+       instead record the last insn on entry.  Only delete insns if
+       we need to restart and restart by calling ourself, not expand_binop.
+       (expand_binop): Update callers to expand_binop_directly.  If it
+       fails to expand the operation, delete back to LAST.
+
+2025-06-13  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/120638
+       * tree-ssa-math-opts.cc (pass_cse_reciprocals::execute): Call
+       reset_flow_sensitive_info on arg1.
+
+2025-06-13  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/120547
+       * real.cc (real_from_integer): Remove maxbitlen variable, use
+       len instead of that.  When shifting right, or in 1 if any of the
+       shifted away bits are non-zero.  Formatting fix.
+
+2025-06-13  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-05-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * tree-chrec.cc (convert_affine_scev): Use signed_type_for instead of
+       build_nonstandard_integer_type.
+
 2025-06-05  Eric Botcazou  <ebotcazou@adacore.com>
 
        * tree-vect-data-refs.cc (vect_can_force_dr_alignment_p): Return
index c544224c34481e1fc46e58f840285bd4a1d95e5a..b440a372cfd181c02232bd47b0dff762caecab07 100644 (file)
@@ -1 +1 @@
-20250613
+20250614
index 89e6da052e2655b80b97b773f33504db34e65de1..b8c474ae5c6204c33757f5de408958a85fe89536 100644 (file)
@@ -1,3 +1,36 @@
+2025-06-13  Georg-Johann Lay  <avr@gjlay.de>
+
+       Backported from master:
+       2025-06-12  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR middle-end/117811
+       PR testsuite/52641
+       * gcc.dg/torture/pr117811.c: Fix for int < 32 bit.
+
+2025-06-13  Richard Earnshaw  <rearnsha@arm.com>
+
+       Backported from master:
+       2025-03-25  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR middle-end/117811
+       * gcc.dg/torture/pr117811.c: New test.
+
+2025-06-13  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-12  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/120638
+       * gcc.dg/pr120638.c: New test.
+
+2025-06-13  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-05  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/120547
+       * gcc.dg/bitint-123.c: New test.
+
 2025-06-05  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/specs/opt7.ads: New test.