From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 2A7313858D35; Tue, 16 Apr 2024 00:18:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A7313858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713226718; bh=b/sBJ47+QqJleaEAXzV5Un/VOH9ujqJHS+KYemJywls=; h=From:To:Subject:Date:From; b=aN3X1XO71PL09E7WO232Gdf3KrlmobFKuQEO4cJ55otefOUI3E3fOekvJiu3bOYU8 +8q8fZCLndf5XgX5cd0DSvZo6L9QP0zM0w3SvCi9PvxTi6v/BpP1RRuYt8jyrmMmn7 8SHL8cHsx6mDA7TFk8ipRk0tFGkoFp4yLKcoHfvc= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-9983] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 701e1b94066583f909aee1b5e95ea4dacd9c43b3 X-Git-Newrev: e1d4c8e44a2348e91befb4e7ef25ffe73c74db41 Message-Id: <20240416001838.2A7313858D35@sourceware.org> Date: Tue, 16 Apr 2024 00:18:38 +0000 (GMT) List-Id: https://gcc.gnu.org/g:e1d4c8e44a2348e91befb4e7ef25ffe73c74db41 commit r14-9983-ge1d4c8e44a2348e91befb4e7ef25ffe73c74db41 Author: GCC Administrator Date: Tue Apr 16 00:18:06 2024 +0000 Daily bump. Diff: --- ChangeLog | 6 ++++++ config/ChangeLog | 5 +++++ gcc/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 9 +++++++++ gcc/cp/ChangeLog | 7 +++++++ gcc/rust/ChangeLog | 18 ++++++++++++++++++ gcc/testsuite/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ gotools/ChangeLog | 6 ++++++ libgcc/ChangeLog | 7 +++++++ libstdc++-v3/ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 11 files changed, 178 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 68af19738f4..58c7a0a0d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-04-15 Pierre-Emmanuel Patry + + * configure: Regenerate. + * configure.ac: Emit an error message when cargo + is missing. + 2024-04-04 Paul-Antoine Arras * MAINTAINERS: Update my email address. diff --git a/config/ChangeLog b/config/ChangeLog index a67f961b69b..40c5c39a805 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2024-04-15 Pierre-Emmanuel Patry + + * acx.m4: Add a macro to check for rust + components. + 2024-04-02 Jakub Jelinek * lcmessage.m4: Fix duplicated words; can can -> can, diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91060182dcd..e4439423e4a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,43 @@ +2024-04-15 Georg-Johann Lay + + * config/avr/avr-mcus.def: Add: avr16du14, avr16du20, avr16du28, + avr16du32, avr32du14, avr32du20, avr32du28, avr32du32. + * doc/avr-mmcu.texi: Rebuild. + +2024-04-15 Robin Dapp + + PR target/114668 + * config/riscv/autovec.md: Add VLS. + +2024-04-15 Richard Biener + + PR gcov-profile/114715 + * gimplify.cc (gimplify_switch_expr): Set the location of the + GIMPLE switch. + +2024-04-15 H.J. Lu + + PR target/114696 + * config/i386/i386.md (isa): Add apx_ndd_64. + (enabled): Likewise. + (*add3_doubleword): Change rjO to r,ro,jO with 8-bit + signed integer constant and enable jO only for apx_ndd_64. + (*add3_doubleword_cc_overflow_1): Likewise. + (*and3_doubleword): Likewise. + (*3_doubleword): Likewise. + +2024-04-15 Tamar Christina + + PR tree-optimization/114403 + * tree-vect-loop.cc (vect_transform_loop): Adjust upper bounds for when + peeling for gaps and early break. + +2024-04-15 Jakub Jelinek + + PR c++/114634 + * attribs.cc (diag_attr_exclusions): Set attrs[1] to NULL_TREE for + decls with NULL TREE_TYPE. + 2024-04-12 Andrew Carlotti * config/aarch64/aarch64-option-extensions.def: Add RCPC to diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index bc62afe9d00..3524543c892 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240415 +20240416 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 86acfbbf3e5..0d9014ae51f 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,12 @@ +2024-04-15 Piotr Trojanek + + * doc/gnat_rm/implementation_defined_aspects.rst + (Exceptional_Cases): Add description for aspect. + * doc/gnat_rm/implementation_defined_pragmas.rst + (Exceptional_Cases): Add description for pragma. + * gnat_rm.texi: Regenerate. + * gnat_ugn.texi: Regenerate. + 2024-03-07 Eric Botcazou PR ada/113979 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 27afe221682..74c457d8f58 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2024-04-15 Nathaniel Shead + Patrick Palka + + PR c++/114600 + * module.cc (depset::hash::add_binding_entity): Require both + WMB_Using and WMB_Export for GMF entities. + 2024-04-14 Nathaniel Shead PR c++/106820 diff --git a/gcc/rust/ChangeLog b/gcc/rust/ChangeLog index c77fc4e57b4..cb36a755ac8 100644 --- a/gcc/rust/ChangeLog +++ b/gcc/rust/ChangeLog @@ -1,3 +1,21 @@ +2024-04-15 Thomas Schwinge + + * Make-lang.in (RUST_LIBDEPS): Inline into single user. + +2024-04-15 Thomas Schwinge + + * Make-lang.in (LIBPROC_MACRO_INTERNAL): New. + (RUST_LIBDEPS, crab1$(exeext)): Use it. + +2024-04-15 Thomas Schwinge + + * Make-lang.in (RUST_LDFLAGS): Inline into single user. + +2024-04-15 Thomas Schwinge + + * Make-lang.in (RUST_LDFLAGS): Remove + 'libgrust/libproc_macro_internal'. + 2024-04-09 Christophe Lyon * Make-lang.in (rust.install-dvi, rust.install-html): New rules. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2fe3d61ace0..9b98588c16a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,47 @@ +2024-04-15 Jørgen Kvalsvik + + PR gcov-profile/114720 + * gcc.misc-tests/gcov-22.c: Guard longjmp to not loop. + +2024-04-15 Robin Dapp + + * gcc.target/riscv/rvv/autovec/pr114668.c: New test. + +2024-04-15 Richard Biener + + PR gcov-profile/114715 + * gcc.misc-tests/gcov-24.c: New testcase. + +2024-04-15 H.J. Lu + + PR target/114696 + * gcc.target/i386/apx-ndd-x32-2a.c: New test. + * gcc.target/i386/apx-ndd-x32-2b.c: Likewise. + * gcc.target/i386/apx-ndd-x32-2c.c: Likewise. + * gcc.target/i386/apx-ndd-x32-2d.c: Likewise. + +2024-04-15 Tamar Christina + + PR tree-optimization/114403 + * gcc.dg/vect/vect-early-break_124-pr114403.c: New test. + * gcc.dg/vect/vect-early-break_125-pr114403.c: New test. + +2024-04-15 Rainer Orth + + * gcc.target/i386/fhardened-1.c: Restrict to Linux/GNU. + * gcc.target/i386/fhardened-2.c: Likewise. + +2024-04-15 Jakub Jelinek + + PR c++/114634 + * g++.dg/ext/attrib68.C: New test. + +2024-04-15 Nathaniel Shead + Patrick Palka + + PR c++/114600 + * g++.dg/modules/using-14.C: New test. + 2024-04-14 Nathaniel Shead PR c++/106820 diff --git a/gotools/ChangeLog b/gotools/ChangeLog index a8af536c33d..628a67e37b7 100644 --- a/gotools/ChangeLog +++ b/gotools/ChangeLog @@ -1,3 +1,9 @@ +2024-04-15 Jakub Jelinek + + * Makefile.am (install-exec-local, uninstall-local): Add goals + on the else branch of if NATIVE to ensure reproducibility. + * Makefile.in: Regenerate. + 2023-11-03 Maxim Kuvyrkov * Makefile.am: Update "Running ..." output diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 79ce55c6293..fd7b15d8508 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,10 @@ +2024-04-15 Jakub Jelinek + + PR libgcc/114689 + * config/m68k/fpgnulib.c (__truncdfsf2): Add parentheses around + !!sticky bitwise or operand to quiet up cppcheck. Add parentheses + around mant >> 1 bitwise or operand. + 2024-04-10 Andre Vieira * config/aarch64/t-softfp (softfp_extras): Add floatbitinthf, diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ce4c07a39c1..b208d50d0dc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,38 @@ +2024-04-15 Jonathan Wakely + + * doc/xml/manual/abi.xml: Replace "" with "14.1.0". + * doc/html/manual/abi.html: Regenerate. + +2024-04-15 Jonathan Wakely + + * include/bits/refwrap.h (reference_wrapper): Add comparison + operators as proposed by P2944R3. + * include/bits/version.def (reference_wrapper): Define. + * include/bits/version.h: Regenerate. + * include/std/functional: Enable feature test macro. + * testsuite/20_util/reference_wrapper/compare.cc: New test. + +2024-04-15 Jonathan Wakely + + PR libstdc++/113386 + * include/bits/stl_pair.h (operator==, operator<=>): Support + heterogeneous comparisons, as per LWG 3865. + * testsuite/20_util/pair/comparison_operators/lwg3865.cc: New + test. + +2024-04-15 Jonathan Wakely + + PR libstdc++/93672 + * src/c++98/istream.cc (istream::ignore(streamsize, int_type)): + Treat all negative delimiter values as eof(). + * testsuite/27_io/basic_istream/ignore/char/93672.cc: New test. + * testsuite/27_io/basic_istream/ignore/wchar_t/93672.cc: New + test. + +2024-04-15 Andreas Schwab + + * config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update. + 2024-04-13 H.J. Lu * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: