From 56d0d0dfa907eca80d90199b2a070c0d8d7e34d9 Mon Sep 17 00:00:00 2001 From: GCC Administrator <gccadmin@gcc.gnu.org> Date: Mon, 27 May 2024 00:16:35 +0000 Subject: [PATCH] Daily bump. --- gcc/ChangeLog | 24 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/go/ChangeLog | 6 ++++++ gcc/testsuite/ChangeLog | 8 ++++++++ libcpp/ChangeLog | 4 ++++ 5 files changed, 43 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c35506f7bd94..ae1c4f6c209f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,27 @@ +2024-05-26 Jeff Law <jlaw@ventanamicro.com> + + * config/riscv/riscv.cc (riscv_build_integer_one): Verify there + are no bits left to set in the constant when generating bseti. + (riscv_built_integer): Synthesize ~value and if it's cheap use it + with a trailing xori with -1. + +2024-05-26 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/extend.texi (Attribute Syntax): Use @samp{=} instead of @code{=}. + (Extended Asm): Ditto. + +2024-05-26 Jeff Law <jlaw@ventanamicro.com> + + * config/riscv/riscv.cc (riscv_build_integer_1): Try generating + a nearby simpler constant, then using a final addi to set low + bits properly. + +2024-05-26 Andrew MacLeod <amacleod@redhat.com> + + PR tree-optimization/115208 + * value-query.cc (range_query::create_gori): Confirm gori_map is NULL. + (range_query::destroy_gori): Free gori_map if one was allocated. + 2024-05-25 Jeff Law <jlaw@ventanamicro.com> * simplify-rtx.cc (simplify_context::simplify_binary_operation_1): Handle diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 6bc0967a4f61..345a13ee31cc 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240526 +20240527 diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index 802f91f68f9a..b255ae98160e 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,9 @@ +2024-05-26 Gerald Pfeifer <gerald@pfeifer.com> + + * gccgo.texi (Top): Move a web reference from golang.org to go.dev. + (C Interoperability): Move a web reference from golang.org to + pkg.go.dev. + 2024-04-05 Christophe Lyon <christophe.lyon@linaro.org> * Make-lang.in (go.install-dvi): New rule. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a1d3c847be8c..12e39368b4ca 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2024-05-26 Jeff Law <jlaw@ventanamicro.com> + + * gcc.target/riscv/synthesis-8.c: New test. + +2024-05-26 Jeff Law <jlaw@ventanamicro.com> + + * gcc.target/riscv/synthesis-7.c: New test. + 2024-05-25 Jeff Law <jlaw@ventanamicro.com> * g++.target/riscv/redundant-bitmap-1.C: New test. diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 52eaeb4ea297..1ce3a0c09a55 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,7 @@ +2024-05-26 Peter Damianov <peter0x44@disroot.org> + + * lex.cc (do_peek_prev): Correct typo in argument to __builtin_expect() + 2024-05-17 David Malcolm <dmalcolm@redhat.com> * include/rich-location.h (class label_effects): New forward decl. -- GitLab