Daily bump.

pull/63/merge
GCC Administrator 2024-04-16 00:18:06 +00:00
parent 701e1b9406
commit e1d4c8e44a
11 changed files with 178 additions and 1 deletions

View File

@ -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.

View 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,

View 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

View File

@ -1 +1 @@
20240415
20240416

View 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

View 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

View 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.

View 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

View 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

View 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,

View 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: