]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 26 May 2025 00:16:58 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 26 May 2025 00:16:58 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
libgcc/ChangeLog

index 988fbb1d19211cd753d57ef8ebfa032013c25284..b3bf0174d0abd049719bc8dd3d766187cb1cb76a 100644 (file)
@@ -1,3 +1,28 @@
+2025-05-25  Michael J. Eager  <eager@eagercon.com>
+
+       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  <hubicka@ucw.cz>
+
+       * 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  <lh_mouse@126.com>
+
+       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  <smunnangi1@ventanamicro.com>
 
        * config/riscv/riscv.cc (synthesize_and): Use a srl+andi+sll
index 87d53b31150b20aa52becba0af2934c8c5358ec1..dbf258be4a2bff01477c6633235ccceba5338905 100644 (file)
@@ -1 +1 @@
-20250525
+20250526
index 278f75f70253c7681f464f81714eb71e7ec31839..6426c92f816463a9c7d1ff338f700d7abb658052 100644 (file)
@@ -1,3 +1,8 @@
+2025-05-25  Jason Merrill  <jason@redhat.com>
+
+       * error.cc (dump_template_bindings): Correct skipping of
+       redundant bindings.
+
 2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        PR c++/120363
index d55d191c5516590cb8820453c4058cfaa23d6272..50685577f27464a4aea2bc66e56e46498be7d0e3 100644 (file)
@@ -1,3 +1,9 @@
+2025-05-25  LIU Hao  <lh_mouse@126.com>
+
+       * 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  <oliva@adacore.com>
 
        * config/gthr-vxworks-thread.c: Include string.h for memset.