From c775a030af9cad20088bae4e7cb3e4bfb9c380cc Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sat, 9 Mar 2024 00:17:14 +0000 Subject: [PATCH] Daily bump. --- ChangeLog | 4 +++ contrib/ChangeLog | 6 ++++ gcc/ChangeLog | 65 +++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 7 ++++ gcc/c/ChangeLog | 8 +++++ gcc/cp/ChangeLog | 17 ++++++++++ gcc/m2/ChangeLog | 15 +++++++++ gcc/testsuite/ChangeLog | 86 +++++++++++++++++++++++++++++++++++++++++++++++++ libbacktrace/ChangeLog | 5 +++ libgomp/ChangeLog | 18 +++++++++++ 11 files changed, 232 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2bcc08b1c51..da4aeb9d047 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-03-08 Filip Kastl + + * MAINTAINERS: Fix order of names in Write After Aproval + 2024-03-04 demin.han * MAINTAINERS: Add myself diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 4b980b7519c..a85c1bfcfbe 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,9 @@ +2024-03-08 Sam James + + PR other/109668 + * dg-extract-results.sh: Check for python3 before python. Check for + python2 last. + 2024-03-07 Filip Kastl * test_mklog.py: "Moved to..." -> "Move to..." diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c3b96eab71..5b966a63e80 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,68 @@ +2024-03-08 Martin Jambor + + PR ipa/113757 + * tree-inline.cc (redirect_all_calls): Remove code adding SSAs to + id->killed_new_ssa_names. + +2024-03-08 Vladimir N. Makarov + + PR target/113790 + * lra-assigns.cc (assign_by_spills): Set up all_spilled_pseudos + for non-reload pseudo too. + +2024-03-08 David Faust + + * config/bpf/bpf.cc (bpf_expand_cpymem, bpf_expand_setmem): Do + not attempt inline expansion if size is above threshold. + * config/bpf/bpf.opt (-minline-memops-threshold): New option. + * doc/invoke.texi (eBPF Options) <-minline-memops-threshold>: + Document. + +2024-03-08 Richard Biener + + PR tree-optimization/114269 + PR tree-optimization/114074 + * tree-chrec.cc (chrec_fold_plus_1): Handle sign-conversions + in the third CASE_CONVERT case as well. + (chrec_fold_multiply): Handle sign-conversions from unsigned + by performing the operation in the unsigned type. + +2024-03-08 Georg-Johann Lay + + * config/avr/avr.md (*addhi3_zero_extend.ashift1): New pattern. + * config/avr/avr.cc (avr_rtx_costs_1) [PLUS]: Compute its cost. + +2024-03-08 Jakub Jelinek + + * bb-reorder.cc (fix_up_fall_thru_edges): Fix up checking assert, + asm_noperands < 0 means it is not asm goto too. + +2024-03-08 Jakub Jelinek + + PR target/38534 + * config/i386/i386.opt (mnoreturn-no-callee-saved-registers): New + option. + * config/i386/i386-options.cc (ix86_set_func_type): Don't use + TYPE_NO_CALLEE_SAVED_REGISTERS_EXCEPT_BP unless + ix86_noreturn_no_callee_saved_registers is enabled. + * doc/invoke.texi (-mnoreturn-no-callee-saved-registers): Document. + +2024-03-08 Jakub Jelinek + + PR debug/113918 + * dwarf2out.cc (gen_field_die): Emit DW_AT_export_symbols + on anonymous unions or structs for -gdwarf-5 or -gno-strict-dwarf. + +2024-03-08 demin.han + + PR target/114264 + * config/riscv/riscv-vector-costs.cc: Fix ICE + +2024-03-08 Haochen Gui + + * fwprop.cc (forward_propagate_into): Return false for volatile set + source rtx. + 2024-03-07 Wilco Dijkstra PR target/113618 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index e8af66d0ce0..7237a5054ba 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240308 +20240309 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index c6450d7d2ff..71291e72d36 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,10 @@ +2024-03-08 Jakub Jelinek + + * c-common.cc (resolve_overloaded_atomic_exchange): Instead of setting + p1 to VIEW_CONVERT_EXPR (*p1), set it to MEM_REF with p1 and + (typeof (p1)) 0 operands and I_type type. + (resolve_overloaded_atomic_compare_exchange): Similarly for p2. + 2024-03-05 Mark Wielaard * c.opt.urls: Regenerate. diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 69495aff11e..f8b56315ce5 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,11 @@ +2024-03-08 Jakub Jelinek + + PR debug/113918 + * c-tree.h (c_type_dwarf_attribute): Declare. + * c-objc-common.h (LANG_HOOKS_TYPE_DWARF_ATTRIBUTE): Redefine. + * c-objc-common.cc: Include dwarf2.h. + (c_type_dwarf_attribute): New function. + 2024-02-26 Jakub Jelinek PR c/114042 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 93673ae1b94..85751b0e315 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,20 @@ +2024-03-08 Jakub Jelinek + + * pt.cc (tsubst_expr): Handle MEM_REF. + +2024-03-08 Jakub Jelinek + + PR debug/113918 + * cp-objcp-common.cc (cp_type_dwarf_attribute): Return 1 + for DW_AT_export_symbols on anonymous structs or unions. + +2024-03-08 Jakub Jelinek + + PR c++/113802 + * parser.cc (cp_parser_parameter_declaration): Move the xobj_param_p + pack diagnostics after ellipsis handling and if an error is reported, + pretend this specifier didn't appear. Formatting fix. + 2024-03-07 Nathaniel Shead PR c++/114229 diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog index 6ea1c647f15..ed51728aa31 100644 --- a/gcc/m2/ChangeLog +++ b/gcc/m2/ChangeLog @@ -1,3 +1,18 @@ +2024-03-08 Gaius Mulley + + * gm2-compiler/M2Quads.mod (Init): Use InitIndexTuned with + default size 65K. + * gm2-compiler/SymbolConversion.mod (Init): Ditto. + * gm2-compiler/SymbolTable.mod (BEGIN): Ditto. + * mc-boot/GM2Dependent.cc: Rebuild. + * mc-boot/GM2Dependent.h: Rebuild. + * mc-boot/GM2RTS.cc: Rebuild. + * pge-boot/GIndexing.cc: Rebuild. + * pge-boot/GIndexing.h: Rebuild. + * pge-boot/GM2Dependent.cc: Rebuild. + * pge-boot/GM2Dependent.h: Rebuild. + * pge-boot/GM2RTS.cc: Rebuild. + 2024-03-07 Gaius Mulley PR modula2/109969 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d9118b2bda9..fce619c24d1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,89 @@ +2024-03-08 Martin Jambor + + PR ipa/113757 + * g++.dg/ipa/pr113757.C: New test. + +2024-03-08 David Faust + + * gcc.target/bpf/inline-memops-threshold-1.c: New test. + * gcc.target/bpf/inline-memops-threshold-2.c: New test. + +2024-03-08 Richard Earnshaw + + PR target/113542 + * gcc.target/arm/bics_3.c: Adjust code to something which should + always result in BICS. + +2024-03-08 David Faust + + * gcc.target/bpf/memset-1.c: Move error test case to... + * gcc.target/bpf/memset-2.c: ... here. New test. + +2024-03-08 Wilco Dijkstra + + PR target/113915 + * gcc.target/arm/builtin-bswap.x: Fix test to avoid emitting CBZ. + +2024-03-08 Jakub Jelinek + + PR rtl-optimization/113617 + PR target/114233 + * g++.dg/other/pr113617.C: Define -DSHARED when linking with -shared. + * g++.dg/other/pr113617-aux.cc: Add definitions for used methods and + templates not defined elsewhere. + +2024-03-08 Jakub Jelinek + + PR target/38534 + * gcc.target/i386/pr38534-1.c: Add -mnoreturn-no-callee-saved-registers + to dg-options. + * gcc.target/i386/pr38534-2.c: Likewise. + * gcc.target/i386/pr38534-3.c: Likewise. + * gcc.target/i386/pr38534-4.c: Likewise. + * gcc.target/i386/pr38534-5.c: Likewise. + * gcc.target/i386/pr38534-6.c: Likewise. + * gcc.target/i386/pr114097-1.c: Likewise. + * gcc.target/i386/stack-check-17.c: Likewise. + +2024-03-08 Jakub Jelinek + + * g++.dg/ext/atomic-5.C: New test. + +2024-03-08 Jakub Jelinek + + PR debug/113918 + * c-c++-common/dwarf2/pr113918.c: New test. + +2024-03-08 Jakub Jelinek + + PR c++/113802 + * g++.dg/cpp23/explicit-obj-diagnostics3.C (S0, S1, S2, S3, S4): Don't + expect any diagnostics on f and fd member function templates, add + similar templates with ...Selves instead of Selves as k and kd and + expect diagnostics for those. Expect extra diagnostics in error + recovery for g and gd member function templates. + +2024-03-08 Richard Biener + + PR testsuite/108355 + * gcc.dg/tree-ssa/ssa-fre-104.c: Align e. + +2024-03-08 Gaius Mulley + + * gm2/iso/pass/arrayconst.mod: New test. + * gm2/iso/pass/arrayconst2.mod: New test. + * gm2/iso/pass/arrayconst3.mod: New test. + * gm2/iso/pass/arrayconst4.mod: New test. + +2024-03-08 demin.han + + PR target/114264 + * gcc.dg/vect/costmodel/riscv/rvv/pr114264.c: New test. + +2024-03-08 Haochen Gui + + * gcc.target/powerpc/fwprop-1.c: New. + 2024-03-07 Nathaniel Shead PR c++/114229 diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 38cfde1299e..5f131146882 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,8 @@ +2024-03-08 Ian Lance Taylor + + * elf.c (elf_uncompress_chdr): Don't assume compressed section is + aligned. + 2024-03-02 Ian Lance Taylor * Makefile.am (libbacktrace_testing_ldflags): Define. diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index ef114eb665f..f8d266a340a 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,21 @@ +2024-03-08 Thomas Schwinge + + * plugin/plugin-gcn.c (GOMP_OFFLOAD_can_run): Don't consider + 'GCN_SUPPRESS_HOST_FALLBACK' anymore (assume always-'true'). + (init_hsa_context): Adjust 'GCN_SUPPRESS_HOST_FALLBACK' error + message. + +2024-03-08 Thomas Schwinge + + * plugin/plugin-nvptx.c (nvptx_get_num_devices): + 'cuDeviceGetCount' failure is fatal. + +2024-03-08 Thomas Schwinge + + * plugin/plugin-gcn.c (init_hsa_runtime_functions): Fatal error + for missing symbols. + * plugin/plugin-nvptx.c (init_cuda_lib): Likewise. + 2024-03-06 John David Anglin Revert: -- 2.11.4.GIT