aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-04-16 00:18:06 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-04-16 00:18:06 +0000
commite1d4c8e44a2348e91befb4e7ef25ffe73c74db41 (patch)
tree1b3d5f845074e73f04fb0f9881321affcfc8abdc
parent701e1b94066583f909aee1b5e95ea4dacd9c43b3 (diff)
Daily bump.
-rw-r--r--ChangeLog6
-rw-r--r--config/ChangeLog5
-rw-r--r--gcc/ChangeLog40
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/ada/ChangeLog9
-rw-r--r--gcc/cp/ChangeLog7
-rw-r--r--gcc/rust/ChangeLog18
-rw-r--r--gcc/testsuite/ChangeLog44
-rw-r--r--gotools/ChangeLog6
-rw-r--r--libgcc/ChangeLog7
-rw-r--r--libstdc++-v3/ChangeLog35
11 files changed, 178 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 68af19738f4..58c7a0a0d7a 100644
--- 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.
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 <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,
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 <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
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 <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
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 <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
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 <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.
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 <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
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 <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
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 <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,
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 <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: