From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 95FCB3847718; Thu, 4 Apr 2024 00:16:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95FCB3847718 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712189818; bh=h0z7hfSEv/XW3NiGwe/qeEyVMIoNKHWtgu4WbSnC0VI=; h=From:To:Subject:Date:From; b=LVsI3H9IyhHzviO0f0sbjX3NSoMhLHkwnS4Otl+MC3vkxXix7Xlhj7wjZ83yS3U0C CCocjf90BP6lGkwSW2t5vBJZ0Muf2S4AewX2ux0vjK4/QIJy9la7BK8qFmuD24sT/t ir+A2LNOe4X3+4RMRpLEShrEXEboqAakuLnTcgJc= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-9779] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: f37555028717cb1454ee258afdf68aea1c7a50e9 X-Git-Newrev: 88ce7fbcc7e9a1ffcd684bab53d1f46017860c25 Message-Id: <20240404001658.95FCB3847718@sourceware.org> Date: Thu, 4 Apr 2024 00:16:58 +0000 (GMT) List-Id: https://gcc.gnu.org/g:88ce7fbcc7e9a1ffcd684bab53d1f46017860c25 commit r14-9779-g88ce7fbcc7e9a1ffcd684bab53d1f46017860c25 Author: GCC Administrator Date: Thu Apr 4 00:16:38 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/po/ChangeLog | 4 +++ gcc/testsuite/ChangeLog | 14 ++++++++++ libgcc/ChangeLog | 5 ++++ libphobos/ChangeLog | 4 +++ libquadmath/ChangeLog | 8 ++++++ libstdc++-v3/ChangeLog | 7 +++++ 8 files changed, 112 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61eb527951d..4393283f750 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,72 @@ +2024-04-03 Mark Wielaard + + * config/i386/i386.opt.urls: Regenerate. + +2024-04-03 H.J. Lu + + PR tree-optimization/114115 + * cgraph.h (symtab_node): Add check_ifunc_callee_symtab_nodes. + (cgraph_node): Add called_by_ifunc_resolver. + * cgraphunit.cc (symbol_table::compile): Call + symtab_node::check_ifunc_callee_symtab_nodes. + * symtab.cc (check_ifunc_resolver): New. + (ifunc_ref_map): Likewise. + (is_caller_ifunc_resolver): Likewise. + (symtab_node::check_ifunc_callee_symtab_nodes): Likewise. + * tree-profile.cc (gimple_gen_ic_func_profiler): Disable indirect + call profiling for IFUNC resolvers and their callees. + +2024-04-03 Tobias Burnus + + * lto-wrapper.cc (compile_offload_image): Prefix 'offload_args' + suffix by the target name. + +2024-04-03 Tobias Burnus + + * doc/install.texi (amdgcn-*-amdhsa): Update Newlib recommendation + and update wording for LLVM 18 release. + +2024-04-03 Tobias Burnus + + PR other/111966 + * config/gcn/mkoffload.cc (get_arch): New; moved -march= flag + handling from ... + (main): ... here; call it to handle --with-arch config option + and -march= commandline. + +2024-04-03 Jakub Jelinek + + PR middle-end/114552 + * expr.cc (emit_push_insn): Only use store_constructor for + immediate_const_ctor_p if int_expr_size matches size. + +2024-04-03 Richard Biener + + PR tree-optimization/114557 + PR tree-optimization/114480 + * tree-phinodes.cc (release_phi_node): Return PHIs from + allocation buckets not covered by free_phinodes to GC. + (remove_phi_node): Release the PHI LHS before freeing the + PHI node. + * tree-vect-loop.cc (vectorizable_live_operation): Get PHI lhs + before releasing it. + +2024-04-03 Jiahao Xu + + * config/loongarch/lasx.md: Remove unused code. + * config/loongarch/loongarch-protos.h + (loongarch_split_lsx_copy_d): Remove. + (loongarch_split_lsx_insert_d): Ditto. + (loongarch_split_lsx_fill_d): Ditto. + * config/loongarch/loongarch.cc + (loongarch_split_lsx_copy_d): Ditto. + (loongarch_split_lsx_insert_d): Ditto. + (loongarch_split_lsx_fill_d): Ditto. + * config/loongarch/lsx.md (lsx_vpickve2gr_du): Remove splitter. + (lsx_vpickve2gr_): Ditto. + (abs2): Remove expander. + (vabs2): Rename 2 abs2. + 2024-04-02 Christophe Lyon * config/aarch64/aarch64-option-extensions.def: Fix comment. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 154a306dc5c..9bcd31d63c9 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240403 +20240404 diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index 2f02ef33aa2..e98b9fb6698 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,7 @@ +2024-04-03 Joseph Myers + + * sv.po: Update. + 2024-03-25 Joseph Myers * de.po: Update. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 37cdcaea9f7..2107bf4e83c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,17 @@ +2024-04-03 H.J. Lu + + PR tree-optimization/114115 + * gcc.dg/pr114115.c: New test. + +2024-04-03 Jakub Jelinek + + PR middle-end/114552 + * gcc.c-torture/execute/pr114552.c: New test. + +2024-04-03 Jiahao Xu + + * gcc.target/loongarch/vector/lsx/lsx-abs.c: New test. + 2024-04-02 Martin Uecker PR c/114361 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 04e584424b6..0f449e63239 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2024-04-03 Wilco Dijkstra + + * config/aarch64/cpuinfo.c: Add HWCAP_EVTSTRM, HWCAP_CRC32, HWCAP_CPUID, + HWCAP_PACA and HWCAP_PACG. + 2024-04-02 Jakub Jelinek * unwind-dw2-fde.c (struct fde_accumulator): Fix duplicated diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index f728beeb11f..e3fe44f2621 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,7 @@ +2024-04-03 Iain Sandoe + + * configure.tgt: Enable libphobos for Darwin >= 12. + 2024-03-17 Iain Buclaw * libdruntime/MERGE: Merge upstream druntime 855353a1d9. diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 43ad9df3b18..2d6c2081ff2 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,11 @@ +2024-04-03 Simon Chopin + Jakub Jelinek + + PR libquadmath/114533 + * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy to copy + __float128 out of args. + * printf/printf_fphex.c (__quadmath_printf_fphex): Likewise. + 2024-01-03 Jakub Jelinek * libquadmath.texi: Bump @copying's copyright year. diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ea9362adf02..7bc687272f3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2024-04-03 Jonathan Wakely + + PR libstdc++/104606 + * include/std/optional (operator<=>(const optional&, const U&)): + Reverse order of three_way_comparable_with template arguments. + * testsuite/20_util/optional/relops/104606.cc: New test. + 2024-04-02 Jonathan Wakely PR libstdc++/114519