From: GCC Administrator Date: Mon, 26 May 2025 00:16:58 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e0a16119007946ae2fa1b0f3aca2db4768d0f79f;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 988fbb1d192..b3bf0174d0a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,28 @@ +2025-05-25 Michael J. Eager + + 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 + + * 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 + + 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 * config/riscv/riscv.cc (synthesize_and): Use a srl+andi+sll diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 87d53b31150..dbf258be4a2 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250525 +20250526 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 278f75f7025..6426c92f816 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2025-05-25 Jason Merrill + + * error.cc (dump_template_bindings): Correct skipping of + redundant bindings. + 2025-05-23 Nathaniel Shead PR c++/120363 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index d55d191c551..50685577f27 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2025-05-25 LIU Hao + + * 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 * config/gthr-vxworks-thread.c: Include string.h for memset.