https://gcc.gnu.org/g:deffc35b95175694b5fe2776ddeff8a40b8096bf

commit r15-10668-gdeffc35b95175694b5fe2776ddeff8a40b8096bf
Author: GCC Administrator <[email protected]>
Date:   Wed Jan 14 00:19:21 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 25 +++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 12 ++++++++++++
 3 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4be66b08309a..69dbb61b6a77 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,28 @@
+2026-01-13  Andrew MacLeod  <[email protected]>
+
+       PR tree-optimization/123300
+       * gimple-range-gori.cc (gori_map::exports_and_deps): New.
+       * gimple-range-gori.h (exports_and_deps): New prototype.
+       (FOR_EACH_GORI_EXPORT_AND_DEP_NAME): New macro.
+       * tree-vrp.cc (remove_unreachable:remove_unreachable): Initialize
+       m_tmp bitmap.
+       (remove_unreachable:~remove_unreachable): Dispose of m_tmp bitmap.
+       (remove_unreachable:fully_replaceable): Move from static function
+       and check reachability of exports and dependencies.
+
+2026-01-13  liuhongt  <[email protected]>
+
+       Backported from master:
+       2026-01-13  liuhongt  <[email protected]>
+
+       PR target/123484
+       * config/i386/mmx.md (divv4hf3): Add TARGET_MMX_WITH_SSE to
+       the condition.
+       (cmlav4hf4): Ditto.
+       (cmla_conjv4hf4): Ditto.
+       (cmulv4hf3): Ditto.
+       (cmul_conjv4hf3): Ditto.
+
 2026-01-09  Richard Biener  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 270aebf78227..fe40f308fc88 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260113
+20260114
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index cf7cb9c58523..167e87362f9e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,15 @@
+2026-01-13  Andrew MacLeod  <[email protected]>
+
+       PR tree-optimization/123300
+       * gcc.dg/pr123300.c: New.
+
+2026-01-13  liuhongt  <[email protected]>
+
+       Backported from master:
+       2026-01-13  liuhongt  <[email protected]>
+
+       * gcc.target/i386/pr123484.c: New test.
+
 2026-01-09  Richard Biener  <[email protected]>
 
        Backported from master:

Reply via email to