From: GCC Administrator Date: Tue, 24 Jun 2025 00:25:13 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e095cd5d42429dc440245bd765e32ee3a1729ad;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 954b2d4ec38..2fb0b1a8c97 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,30 @@ +2025-06-23 Jakub Jelinek + + Backported from master: + 2025-06-23 Jakub Jelinek + + 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 + + Backported from master: + 2025-06-23 Jakub Jelinek + + 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 Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 29fc2394183..8bb1cc74550 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250623 +20250624 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 44a10f8a9d1..afb759e85b5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2025-06-23 Jakub Jelinek + + Backported from master: + 2025-06-23 Jakub Jelinek + + 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 + + Backported from master: + 2025-06-23 Jakub Jelinek + + PR middle-end/120608 + * g++.dg/asan/pr120608.C: New test. + 2025-06-20 Jeff Law Backported from master: