diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-05-26 00:16:58 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-05-26 00:16:58 +0000 |
commit | e0a16119007946ae2fa1b0f3aca2db4768d0f79f (patch) | |
tree | daef57d1f348abd5568fbfde27d5f49694f512ec | |
parent | 2159f024f63c12fd356748ae8fc106bb9b355688 (diff) | |
download | gcc-e0a16119007946ae2fa1b0f3aca2db4768d0f79f.zip gcc-e0a16119007946ae2fa1b0f3aca2db4768d0f79f.tar.gz gcc-e0a16119007946ae2fa1b0f3aca2db4768d0f79f.tar.bz2 |
Daily bump.
-rw-r--r-- | gcc/ChangeLog | 25 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/ChangeLog | 6 |
4 files changed, 37 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 988fbb1..b3bf017 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 87d53b3..dbf258b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250525 +20250526 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 278f75f..6426c92 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index d55d191..5068557 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -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. |