]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Jun 2025 00:23:04 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Jun 2025 00:23:04 +0000 (00:23 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index d42328d2db988eb11034dfe169a30c0d4a994cf0..17f7e34e3d64beaaa1e74282c470ab94ac91f762 100644 (file)
@@ -1,3 +1,15 @@
+2025-06-17  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:
index aaa22e3d56a08341ca5271654515f0849389bf82..016543e4365ee283008841a203566a06715d008d 100644 (file)
@@ -1 +1 @@
-20250617
+20250618
index 623a1e3314358dc3039b84aa2b796f3776d3897d..51df73b35e2e4a1e18720c0d75ef7610d10e415f 100644 (file)
@@ -1,3 +1,13 @@
+2025-06-17  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2024-09-12  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/116418
+       * tree.cc (strip_typedefs_expr) <case STATEMENT_LIST>: Replace
+       this error path with ...
+       <case STMT_EXPR>: ... this, returning the original tree.
+
 2025-06-13  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index a775eefb96f8f2bc806c28b03aef4b9623413626..2c2b5b530a69ecc55ac07aac63c93015e457c054 100644 (file)
@@ -1,3 +1,31 @@
+2025-06-17  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2024-09-12  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/116418
+       * g++.dg/eh/pr84968.C: No longer expect an ahead of time diagnostic
+       for the statement-expresssion.  Instantiate the template and expect
+       an incomplete type error instead.
+       * g++.dg/ext/stmtexpr26.C: New test.
+
+2025-06-17  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-17  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: