Daily bump.

This commit is contained in:
GCC Administrator 2024-05-27 00:16:35 +00:00
parent 3a915d6ad5
commit 56d0d0dfa9
5 changed files with 43 additions and 1 deletions

View file

@ -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

View file

@ -1 +1 @@
20240526
20240527

View file

@ -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.

View file

@ -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.

View file

@ -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.