Daily bump.

This commit is contained in:
GCC Administrator 2024-08-06 00:17:19 +00:00
parent 3a51aaf5f4
commit 8ac4db24e4
10 changed files with 166 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2024-08-05 Jennifer Schmitz <jschmitz@nvidia.com>
* MAINTAINERS: Add myself.
2024-07-31 Arsen Arsenović <arsen@aarsen.me>
* .dir-locals.el: Change c-mode to a list of C, C++ and ObjC

View File

@ -1,3 +1,62 @@
2024-08-05 Patrick O'Neill <patrick@rivosinc.com>
PR target/116152
* config/riscv/riscv.cc (riscv_option_override): Add deprecation
warning.
2024-08-05 Mark Harmstone <mark@harmstone.com>
* dwarf2codeview.cc (get_type_num_const_type): Handle missing
DW_AT_type attribute.
(get_type_num_volatile_type): Likewise.
2024-08-05 Jose E. Marchesi <jose.marchesi@oracle.com>
* config/bpf/atomic.md ("atomic_add<AMO:mode>"): Remove insn.
("atomic_and<AMO:mode>"): Likewise
("atomic_or<AMO:mode>"): Likewise.
("atomic_xor<AMO:mode>"): Likewise.
2024-08-05 Jennifer Schmitz <jschmitz@nvidia.com>
* config/aarch64/aarch64.md (*and<mode>_compare0): Change attribute.
2024-08-05 Filip Kastl <fkastl@suse.cz>
* gimple-ssa-sccopy.cc: Move a misplaced comment.
2024-08-05 Kyrylo Tkachov <ktkachov@nvidia.com>
PR tree-optimization/116139
* tree-ssa-reassoc.cc (get_reassociation_width): Move width_mult
<= width comparison to if condition rather than assert.
2024-08-05 Richard Sandiford <richard.sandiford@arm.com>
Revert:
2024-08-02 Richard Sandiford <richard.sandiford@arm.com>
PR rtl-optimization/116145
* rtlanal.cc (may_trap_p_1): Trust MEM_NOTRAP_P even for code
movement if MEM_READONLY_P is also true.
2024-08-05 Alex Coplan <alex.coplan@arm.com>
* gdbhooks.py: Add attempted call to "on-gcc-hooks-load" once
we've finished loading the hooks.
2024-08-05 Alex Coplan <alex.coplan@arm.com>
* gdbhooks.py (GCCDotCmd): New.
(gcc_dot_cmd): New. Use it ...
(DotFn.invoke): ... here.
2024-08-05 Andrew Pinski <quic_apinski@quicinc.com>
PR rtl-optimization/116179
* ira.cc (split_live_ranges_for_shrink_wrap): For the uses loop,
only look at non-debug insns.
2024-08-04 Jeff Law <jlaw@ventanamicro.com>
PR rtl-optimization/116199

View File

@ -1 +1 @@
20240805
20240806

View File

@ -1,3 +1,16 @@
2024-08-05 Iain Sandoe <iain@sandoe.co.uk>
* coroutines.cc (split_coroutine_body_from_ramp): New.
(morph_fn_to_coro): Use split_coroutine_body_from_ramp().
* cp-tree.h (use_eh_spec_block): New.
* decl.cc (use_eh_spec_block): Make non-static.
2024-08-05 Marek Polacek <polacek@redhat.com>
PR c++/115987
* call.cc (do_warn_dangling_reference): Don't consider a
temporary with a scalar type that cannot bind to the return type.
2024-08-02 Arsen Arsenović <arsen@aarsen.me>
PR c++/105475

View File

@ -1,3 +1,7 @@
2024-08-05 Joseph Myers <josmyers@redhat.com>
* fr.po: Update.
2024-08-02 Joseph Myers <josmyers@redhat.com>
* be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po,

View File

@ -1,3 +1,12 @@
2024-08-05 Thomas Schwinge <tschwinge@baylibre.com>
* Make-lang.in (RUST_LIBDEPS): Inline into all users.
2024-08-05 Thomas Schwinge <tschwinge@baylibre.com>
* Make-lang.in (LIBS): Don't override.
(crab1$(exeext):): Use 'CRAB1_LIBS'.
2024-08-01 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
* resolve/rust-default-resolver.cc (DefaultResolver::visit): Visit

View File

@ -1,3 +1,63 @@
2024-08-05 Patrick O'Neill <patrick@rivosinc.com>
* gcc.target/riscv/predef-9.c: Add check for warning.
2024-08-05 Marek Polacek <polacek@redhat.com>
PR c++/115987
* g++.dg/ext/attr-no-dangling6.C: Adjust.
* g++.dg/ext/attr-no-dangling7.C: Likewise.
* g++.dg/warn/Wdangling-reference22.C: New test.
2024-08-05 Jose E. Marchesi <jose.marchesi@oracle.com>
* gcc.target/bpf/atomic-op-1.c (test_used_atomic_add): New
function.
(test_used_atomic_sub): Likewise.
(test_used_atomic_and): Likewise.
(test_used_atomic_nand): Likewise.
(test_used_atomic_or): Likewise.
(test_used_atomic_xor): Likewise.
* gcc.target/bpf/atomic-op-2.c (test_used_atomic_add): Likewise.
(test_used_atomic_sub): Likewise.
(test_used_atomic_and): Likewise.
(test_used_atomic_nand): Likewise.
(test_used_atomic_or): Likewise.
(test_used_atomic_xor): Likewise.
* gcc.target/bpf/sync-fetch-and-add.c: Expected results updated.
2024-08-05 Jiawei <jiawei@iscas.ac.cn>
* gcc.dg/attr-alloc_size-11.c: Add RISC-V to the list
of targets excluding xfail on lines 50 and 51.
2024-08-05 Kyrylo Tkachov <ktkachov@nvidia.com>
PR tree-optimization/116139
* gcc.target/aarch64/pr116139.c: New test.
2024-08-05 Feng Xue <fxue@os.amperecomputing.com>
PR tree-optimization/116000
* gcc.dg/vect/vect-reduc-chain-dot-slp-1.c: Skip target with no dot-
product instruction.
* gcc.dg/vect/vect-reduc-chain-dot-slp-2.c: Likewise.
* gcc.dg/vect/vect-reduc-chain-dot-slp-3.c: Likewise.
* gcc.dg/vect/vect-reduc-chain-dot-slp-4.c: Likewise.
2024-08-05 Richard Sandiford <richard.sandiford@arm.com>
Revert:
2024-08-05 Richard Sandiford <richard.sandiford@arm.com>
PR rtl-optimization/116145
* gcc.target/aarch64/sve/acle/general/pr116145.c: New test.
2024-08-05 Andrew Pinski <quic_apinski@quicinc.com>
PR rtl-optimization/116179
* g++.dg/torture/pr116179-1.C: New test.
2024-08-04 Jeff Law <jlaw@ventanamicro.com>
PR rtl-optimization/116199

View File

@ -1,3 +1,10 @@
2024-08-05 Ian Lance Taylor <iant@golang.org>
* configure.ac (ACX_PROG_CC_WARNING_OPTS): Add -Wpointer-arith.
* pecoff.c (coff_add): Cast void pointers.
* xcoff.c (xcoff_add): Likewise.
* configure: Regenerate.
2024-07-30 Ian Lance Taylor <iant@golang.org>
* pecoff.c (LDR_DLL_NOTIFICATION): Put function modifier

View File

@ -1,3 +1,8 @@
2024-08-05 Tobias Burnus <tburnus@baylibre.com>
* libgomp.texi (OpenMP Runtime Library Routines): Add TR13 routines
to @menu (commented out).
2024-08-01 Tobias Burnus <tburnus@baylibre.com>
Richard Biener <rguenther@suse.de

View File

@ -1,3 +1,7 @@
2024-08-05 Andrew Burgess <aburgess@redhat.com>
* argv.c (only_whitespace): Delete.
2024-07-16 Andrew Burgess <aburgess@redhat.com>
* argv.c (buildargv): Treat input of only whitespace as an empty