https://gcc.gnu.org/g:56d0d0dfa907eca80d90199b2a070c0d8d7e34d9

commit r15-839-g56d0d0dfa907eca80d90199b2a070c0d8d7e34d9
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon May 27 00:16:35 2024 +0000

    Daily bump.

Diff:
---
 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 c35506f7bd9..ae1c4f6c209 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,27 @@
+2024-05-26  Jeff Law  <j...@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  <ger...@pfeifer.com>
+
+       * doc/extend.texi (Attribute Syntax): Use @samp{=} instead of @code{=}.
+       (Extended Asm): Ditto.
+
+2024-05-26  Jeff Law  <j...@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  <amacl...@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  <j...@ventanamicro.com>
 
        * simplify-rtx.cc (simplify_context::simplify_binary_operation_1): 
Handle
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 6bc0967a4f6..345a13ee31c 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240526
+20240527
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog
index 802f91f68f9..b255ae98160 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -1,3 +1,9 @@
+2024-05-26  Gerald Pfeifer  <ger...@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.l...@linaro.org>
 
        * Make-lang.in (go.install-dvi): New rule.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a1d3c847be8..12e39368b4c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2024-05-26  Jeff Law  <j...@ventanamicro.com>
+
+       * gcc.target/riscv/synthesis-8.c: New test.
+
+2024-05-26  Jeff Law  <j...@ventanamicro.com>
+
+       * gcc.target/riscv/synthesis-7.c: New test.
+
 2024-05-25  Jeff Law  <j...@ventanamicro.com>
 
        * g++.target/riscv/redundant-bitmap-1.C: New test.
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 52eaeb4ea29..1ce3a0c09a5 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,7 @@
+2024-05-26  Peter Damianov  <peter0...@disroot.org>
+
+       * lex.cc (do_peek_prev): Correct typo in argument to __builtin_expect()
+
 2024-05-17  David Malcolm  <dmalc...@redhat.com>
 
        * include/rich-location.h (class label_effects): New forward decl.

Reply via email to