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

commit r14-12262-gfa5bb1ada7fd85913497e0e3a83517268a63b838
Author: GCC Administrator <[email protected]>
Date:   Sat Jan 24 00:18:33 2026 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 14 ++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 13 +++++++++++++
 libstdc++-v3/ChangeLog  | 11 +++++++++++
 4 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 431cfab70f84..098872d9ad24 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,17 @@
+2026-01-23  Avinash Jayakar  <[email protected]>
+
+       PR target/119130
+       * config/rs6000/altivec.md (convert_4f32_8f16): Use same operand
+       order for both endian format.
+
+2026-01-23  Hongyu Wang  <[email protected]>
+
+       Backported from master:
+       2026-01-23  Hongyu Wang  <[email protected]>
+
+       * config/i386/sse.md (avx2_vbroadcasti128_<mode>): Constraint
+       alternative 0 with jm and add gpr16 attr to avoid egpr usage.
+
 2026-01-22  Richard Earnshaw  <[email protected]>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index d15fc3db7472..1cfab5445939 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260123
+20260124
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ea49475f5504..7740964c11e2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,16 @@
+2026-01-23  Avinash Jayakar  <[email protected]>
+
+       PR target/119130
+       * gcc.target/powerpc/builtins-1-p9-runnable.c: Use same expected
+       results for both endian format.
+
+2026-01-23  Hongyu Wang  <[email protected]>
+
+       Backported from master:
+       2026-01-23  Hongyu Wang  <[email protected]>
+
+       * gcc.target/i386/apx-broadcast.c: New test.
+
 2026-01-22  Richard Earnshaw  <[email protected]>
 
        Backported from master:
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 385457e890bd..176d07ef0dc8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,14 @@
+2026-01-23  Wang Jinghao  <[email protected]>
+
+       Backported from master:
+       2026-01-10  Wang Jinghao  <[email protected]>
+
+       * src/c++11/system_error.cc (system_error_category) [_WIN32]:
+       Use FormatMessageA function instead of FormatMessage macro.
+       * testsuite/19_diagnostics/error_category/system_category.cc:
+       Fix typo in __MINGW32__ macro name.  Adjust behavior on the
+       mingw32 target.
+
 2026-01-22  Jonathan Wakely  <[email protected]>
 
        Backported from master:

Reply via email to