Daily bump.

This commit is contained in:
GCC Administrator 2024-06-17 00:16:32 +00:00
parent 8348f8c22f
commit 6c08b82965
4 changed files with 42 additions and 1 deletions

View File

@ -1,3 +1,35 @@
2024-06-16 Andrew Pinski <quic_apinski@quicinc.com>
PR target/100211
* config/aarch64/aarch64.h (machine_function): Fix the size
of reg_is_wrapped_separately.
2024-06-16 Jeff Law <jlaw@ventanamicro.com>
* config/riscv/bitmanip.md ((1 << N) | C): New splitter for IOR/XOR
of a single bit an a DImode object.
2024-06-16 Jeff Law <jlaw@ventanamicro.com>
* config/sh/sh.md (neg_zero_extract_4b): New pattern.
2024-06-16 Peter Damianov <peter0x44@disroot.org>
* pretty-print.cc (mingw_ansi_fputs): Don't translate escape sequences if
the console has ENABLE_VIRTUAL_TERMINAL_PROCESSING.
2024-06-16 Peter Damianov <peter0x44@disroot.org>
* diagnostic-color.cc (auto_enable_urls): Don't hardcode to return
false on mingw hosts.
(auto_enable_urls): Return true if console
supports ansi escape sequences.
2024-06-16 Peter Damianov <peter0x44@disroot.org>
* diagnostic-color.cc (should_colorize): Enable processing of VT100
escape sequences on windows consoles
2024-06-15 Christoph Müllner <christoph.muellner@vrull.eu>
* config/riscv/riscv-target-attr.cc (riscv_target_attr_parser::parse_arch):

View File

@ -1 +1 @@
20240616
20240617

View File

@ -1,3 +1,7 @@
2024-06-16 Jeff Law <jlaw@ventanamicro.com>
* gcc.target/riscv/zbs-zext.c: New test.
2024-06-15 Pan Li <pan2.li@intel.com>
* gcc.target/riscv/rvv/autovec/binop/vec_sat_u_sub-5.c: New test.

View File

@ -1,3 +1,8 @@
2024-06-16 Ian Lance Taylor <iant@golang.org>
* elf.c (elf_fetch_bits_backward) Don't fail if no bits are
available.
2024-05-03 Ian Lance Taylor <iant@golang.org>
* pecoff.c (struct dll_notification_data): Define.