]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 22 Oct 2025 00:27:48 +0000 (00:27 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 22 Oct 2025 00:27:48 +0000 (00:27 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/analyzer/ChangeLog
gcc/testsuite/ChangeLog

index 556f13dd009e41856b2b978538dff054c0a5b087..17c6b593e21af0149f7aa45ab1cce7e4ee8d88c4 100644 (file)
@@ -1,3 +1,21 @@
+2025-10-21  Jennifer Schmitz  <jschmitz@nvidia.com>
+
+       PR target/121599
+       * config/aarch64/aarch64-sve-builtins.cc
+       (function_expander::use_cond_insn): Use add_fixed_operand if
+       fallback_arg == CONST0_RTX (mode).
+
+2025-10-21  David Malcolm  <dmalcolm@redhat.com>
+
+       Backported from master:
+       2025-02-19  David Malcolm  <dmalcolm@redhat.com>
+
+       PR other/118919
+       * input.cc (file_cache_slot::m_file_path): Make non-const.
+       (file_cache_slot::evict): Free m_file_path.
+       (file_cache_slot::create): Store a copy of file_path if non-null.
+       (file_cache_slot::~file_cache_slot): Free m_file_path.
+
 2025-10-20  Svante Signell  <svante.signell@gmail.com>
 
        Backported from master:
index 85077f466544e3e691ef409338af7508c3255312..1ec5bc821edefd6b105fdd47243cba41dea6ef01 100644 (file)
@@ -1 +1 @@
-20251021
+20251022
index a43b985f85a35f3f0b394f416aaecc8ce38c556f..dd36e1c905eae6d8482f1f7b143507fed9403c98 100644 (file)
@@ -1,3 +1,16 @@
+2025-10-21  David Malcolm  <dmalcolm@redhat.com>
+
+       Backported from master:
+       2025-02-19  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/118300
+       * kf.cc (class kf_ubsan_bounds): Replace this with...
+       (class kf_ubsan_noop): ...this.
+       (register_sanitizer_builtins): Use it to handle IFN_UBSAN_NULL,
+       IFN_UBSAN_BOUNDS, and IFN_UBSAN_PTR as nop-ops.
+       (register_known_functions): Drop handling of IFN_UBSAN_BOUNDS
+       here, as it's now handled by register_sanitizer_builtins above.
+
 2025-05-23  Release Manager
 
        * GCC 14.3.0 released.
index ce10fd9a0a336f1cf7eb3cb3aaf6d2992e4d1a78..67fb5d2fc42290a37e0bddf2120b793fb83f3926 100644 (file)
@@ -1,3 +1,16 @@
+2025-10-21  Jennifer Schmitz  <jschmitz@nvidia.com>
+
+       PR target/121599
+       * gcc.target/aarch64/sve2/pr121599.c: New test.
+
+2025-10-21  David Malcolm  <dmalcolm@redhat.com>
+
+       Backported from master:
+       2025-02-19  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/118300
+       * gcc.dg/analyzer/ubsan-pr118300.c: New test.
+
 2025-10-20  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/renaming18.adb: New test.