]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 17 Jun 2024 00:16:32 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 17 Jun 2024 00:16:32 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libbacktrace/ChangeLog

index 6bf1de6402038713ef3e21c1cba6423e40abb38e..d5f05fef2be44671ad057e66bc0094b16d4c6140 100644 (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):
index 85b77d08b9d2212a6a1716b77eeb6e755538ae9b..bf0b926d2c42810eb3b6fa0024024b84c365e8f4 100644 (file)
@@ -1 +1 @@
-20240616
+20240617
index a491999fbb5c266fdbbbbf67ceb9d28eaa6d4ced..c60a15371e7b5363fe287fae9fad7da85eb72a56 100644 (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.
index 56f2865bf8206537954a9f92aee7e941b37cdffd..12b9381f7357c1bae7844f24942880300786695e 100644 (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.