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

commit r16-872-ge0a16119007946ae2fa1b0f3aca2db4768d0f79f
Author: GCC Administrator <[email protected]>
Date:   Mon May 26 00:16:58 2025 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog    | 25 +++++++++++++++++++++++++
 gcc/DATESTAMP    |  2 +-
 gcc/cp/ChangeLog |  5 +++++
 libgcc/ChangeLog |  6 ++++++
 4 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 988fbb1d1921..b3bf0174d0ab 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,28 @@
+2025-05-25  Michael J. Eager  <[email protected]>
+
+       PR target/86772
+       Tracking CVE-2017-5753
+       * config/microblaze/microblaze.cc (TARGET_HAVE_SPECULATION_SAFE_VALUE):
+       Define to speculation_save_value_not_needed
+
+2025-05-25  Jan Hubicka  <[email protected]>
+
+       * config/i386/i386.cc (ix86_builtin_vectorization_cost):
+       use sse_op instead of addss to cost vinsertti128 and vinsertti64x4;
+       compute correct mode of vinsertti128.
+       (ix86_vector_costs::add_stmt_cost): For integer 256bit and 512bit
+       vector constructions account more integer_to_sse moves.
+
+2025-05-25  LIU Hao  <[email protected]>
+
+       PR target/53929
+       PR target/80881
+       * config/i386/i386-protos.h (ix86_asm_output_labelref): Declare new
+       function for quoting user-defined symbols in Intel syntax.
+       * config/i386/i386.cc (ix86_asm_output_labelref): Implement it.
+       * config/i386/i386.h (ASM_OUTPUT_LABELREF): Use it.
+       * config/i386/cygming.h (ASM_OUTPUT_LABELREF): Use it.
+
 2025-05-24  Shreya Munnangi  <[email protected]>
 
        * config/riscv/riscv.cc (synthesize_and): Use a srl+andi+sll
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 87d53b31150b..dbf258be4a2b 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250525
+20250526
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 278f75f70253..6426c92f8164 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2025-05-25  Jason Merrill  <[email protected]>
+
+       * error.cc (dump_template_bindings): Correct skipping of
+       redundant bindings.
+
 2025-05-23  Nathaniel Shead  <[email protected]>
 
        PR c++/120363
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index d55d191c5516..50685577f274 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,9 @@
+2025-05-25  LIU Hao  <[email protected]>
+
+       * config.host: Enable mcf thread model for aarch64-*-mingw*.
+       * config/i386/t-mingw-mcfgthread: Move to...
+       * config/mingw/t-mingw-mcfgthread: ...here.
+
 2025-05-21  Alexandre Oliva  <[email protected]>
 
        * config/gthr-vxworks-thread.c: Include string.h for memset.

Reply via email to