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

index 954b2d4ec3825890fe76fba882b7d7fc293ace86..2fb0b1a8c9717ff616db07340036a20d5c4c93f8 100644 (file)
@@ -1,3 +1,30 @@
+2025-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/120608
+       * tree-tailcall.cc (empty_eh_cleanup): Ignore .ASAN_MARK (POISON)
+       internal calls for the cfun->has_musttail case and diag_musttail.
+       (find_tail_calls): Likewise.
+
+2025-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/120608
+       * cfgexpand.cc: Include rtl-iter.h.
+       (expand_gimple_tailcall): Add ASAN_EPILOG_SEQ argument, if non-NULL
+       and expand_gimple_stmt emitted a tail call, emit a copy of that
+       insn sequence before the call sequence.
+       (expand_gimple_basic_block): Remove DISABLE_TAIL_CALLS argument, add
+       ASAN_EPILOG_SEQ argument.  Disable tail call flag only on non-musttail
+       calls if that flag is set, pass it to expand_gimple_tailcall.
+       (pass_expand::execute): Pass VAR_RET_SEQ directly as last
+       expand_gimple_basic_block argument rather than its comparison with
+       NULL.
+
 2025-06-20  Jeff Law  <jlaw@ventanamicro.com>
 
        Backported from master:
index 29fc23941834439951d686f648c6415b4f8066d3..8bb1cc745502c545a564df69260409d3cd8f8b0e 100644 (file)
@@ -1 +1 @@
-20250623
+20250624
index 44a10f8a9d1b2726ad008a2761bdf2e75a79b4d1..afb759e85b56eea3cdbb1c6013dcdcbb3e7f285f 100644 (file)
@@ -1,3 +1,20 @@
+2025-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/120608
+       * c-c++-common/asan/pr120608-1.c: New test.
+       * c-c++-common/asan/pr120608-2.c: New test.
+
+2025-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2025-06-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/120608
+       * g++.dg/asan/pr120608.C: New test.
+
 2025-06-20  Jeff Law  <jlaw@ventanamicro.com>
 
        Backported from master: