]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 16 Apr 2024 00:18:06 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 16 Apr 2024 00:18:06 +0000 (00:18 +0000)
ChangeLog
config/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/rust/ChangeLog
gcc/testsuite/ChangeLog
gotools/ChangeLog
libgcc/ChangeLog
libstdc++-v3/ChangeLog

index 68af19738f4129cfd876b1830b7611101a90ac6d..58c7a0a0d7af51b38405be7a10bd2b0cff500249 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-04-15  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
+
+       * configure: Regenerate.
+       * configure.ac: Emit an error message when cargo
+       is missing.
+
 2024-04-04  Paul-Antoine Arras  <parras@baylibre.com>
 
        * MAINTAINERS: Update my email address.
index a67f961b69b67ecb8f8655444d1dfa086f741d0a..40c5c39a8057b6a973eaa2f7ab6458e951e209d8 100644 (file)
@@ -1,3 +1,8 @@
+2024-04-15  Pierre-Emmanuel Patry  <pierre-emmanuel.patry@embecosm.com>
+
+       * acx.m4: Add a macro to check for rust
+       components.
+
 2024-04-02  Jakub Jelinek  <jakub@redhat.com>
 
        * lcmessage.m4: Fix duplicated words; can can -> can,
index 91060182dcd52107dc918dd540328df19392fcd6..e4439423e4aed2849682cbc1f89f2adfbe6cdb4d 100644 (file)
@@ -1,3 +1,43 @@
+2024-04-15  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr-mcus.def: Add: avr16du14, avr16du20, avr16du28,
+       avr16du32, avr32du14, avr32du20, avr32du28,  avr32du32.
+       * doc/avr-mmcu.texi: Rebuild.
+
+2024-04-15  Robin Dapp  <rdapp@ventanamicro.com>
+
+       PR target/114668
+       * config/riscv/autovec.md: Add VLS.
+
+2024-04-15  Richard Biener  <rguenther@suse.de>
+
+       PR gcov-profile/114715
+       * gimplify.cc (gimplify_switch_expr): Set the location of the
+       GIMPLE switch.
+
+2024-04-15  H.J. Lu  <hjl.tools@gmail.com>
+
+       PR target/114696
+       * config/i386/i386.md (isa): Add apx_ndd_64.
+       (enabled): Likewise.
+       (*add<dwi>3_doubleword): Change rjO to r,ro,jO with 8-bit
+       signed integer constant and enable jO only for apx_ndd_64.
+       (*add<dwi>3_doubleword_cc_overflow_1): Likewise.
+       (*and<dwi>3_doubleword): Likewise.
+       (*<code><dwi>3_doubleword): Likewise.
+
+2024-04-15  Tamar Christina  <tamar.christina@arm.com>
+
+       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  <jakub@redhat.com>
+
+       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  <andrew.carlotti@arm.com>
 
        * config/aarch64/aarch64-option-extensions.def: Add RCPC to
index bc62afe9d00ee504734a572f4c7d29fa7cd79fc9..3524543c892eea902900671b7743ecd03495628c 100644 (file)
@@ -1 +1 @@
-20240415
+20240416
index 86acfbbf3e5c9051ea8cc09ce4d5a6ccbdc2545e..0d9014ae51fa88fa8f3168657a53d8f3ca74d639 100644 (file)
@@ -1,3 +1,12 @@
+2024-04-15  Piotr Trojanek  <trojanek@adacore.com>
+
+       * 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  <ebotcazou@adacore.com>
 
        PR ada/113979
index 27afe22168217f45fb219c8ef8c6509b8c88a71c..74c457d8f58f777108fd36d26190f76ed7c064c2 100644 (file)
@@ -1,3 +1,10 @@
+2024-04-15  Nathaniel Shead  <nathanieloshead@gmail.com>
+           Patrick Palka  <ppalka@redhat.com>
+
+       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  <nathanieloshead@gmail.com>
 
        PR c++/106820
index c77fc4e57b405e806b33ae0018fac8d9a97315e6..cb36a755ac892ff5a095213ee7ed3ab48d471e86 100644 (file)
@@ -1,3 +1,21 @@
+2024-04-15  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * Make-lang.in (RUST_LIBDEPS): Inline into single user.
+
+2024-04-15  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * Make-lang.in (LIBPROC_MACRO_INTERNAL): New.
+       (RUST_LIBDEPS, crab1$(exeext)): Use it.
+
+2024-04-15  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * Make-lang.in (RUST_LDFLAGS): Inline into single user.
+
+2024-04-15  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * Make-lang.in (RUST_LDFLAGS): Remove
+       'libgrust/libproc_macro_internal'.
+
 2024-04-09  Christophe Lyon  <christophe.lyon@linaro.org>
 
        * Make-lang.in (rust.install-dvi, rust.install-html): New rules.
index 2fe3d61ace064383351d26f0464acdff46cb0ae0..9b98588c16a88530e0d9400c4cd74040dde604b2 100644 (file)
@@ -1,3 +1,47 @@
+2024-04-15  Jørgen Kvalsvik  <j@lambda.is>
+
+       PR gcov-profile/114720
+       * gcc.misc-tests/gcov-22.c: Guard longjmp to not loop.
+
+2024-04-15  Robin Dapp  <rdapp@ventanamicro.com>
+
+       * gcc.target/riscv/rvv/autovec/pr114668.c: New test.
+
+2024-04-15  Richard Biener  <rguenther@suse.de>
+
+       PR gcov-profile/114715
+       * gcc.misc-tests/gcov-24.c: New testcase.
+
+2024-04-15  H.J. Lu  <hjl.tools@gmail.com>
+
+       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  <tamar.christina@arm.com>
+
+       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  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.target/i386/fhardened-1.c: Restrict to Linux/GNU.
+       * gcc.target/i386/fhardened-2.c: Likewise.
+
+2024-04-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/114634
+       * g++.dg/ext/attrib68.C: New test.
+
+2024-04-15  Nathaniel Shead  <nathanieloshead@gmail.com>
+           Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/114600
+       * g++.dg/modules/using-14.C: New test.
+
 2024-04-14  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        PR c++/106820
index a8af536c33d2fbc0e4b737e33f21192ed77d62b3..628a67e37b7310587ec84525032730f9ddfae96d 100644 (file)
@@ -1,3 +1,9 @@
+2024-04-15  Jakub Jelinek  <jakub@redhat.com>
+
+       * 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  <maxim.kuvyrkov@linaro.org>
 
        * Makefile.am: Update "Running <sub-testsuite> ..." output
index 79ce55c6293312d49399ed97065c3ec63f5b432d..fd7b15d85088bb478c07925aab74168d99483fb7 100644 (file)
@@ -1,3 +1,10 @@
+2024-04-15  Jakub Jelinek  <jakub@redhat.com>
+
+       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  <andre.simoesdiasvieira@arm.com>
 
        * config/aarch64/t-softfp (softfp_extras): Add floatbitinthf,
index ce4c07a39c1bf84695b35dc915f4711809dd6733..b208d50d0dc98b6203448c156c5bb7080d28d6c5 100644 (file)
@@ -1,3 +1,38 @@
+2024-04-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/abi.xml: Replace "<next>" with "14.1.0".
+       * doc/html/manual/abi.html: Regenerate.
+
+2024-04-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * 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  <jwakely@redhat.com>
+
+       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  <jwakely@redhat.com>
+
+       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  <schwab@suse.de>
+
+       * config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update.
+
 2024-04-13  H.J. Lu  <hjl.tools@gmail.com>
 
        * config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt: