https://gcc.gnu.org/g:4feaf39363bc3ff57bb37aa65e08308a70d7792f
commit r14-11531-g4feaf39363bc3ff57bb37aa65e08308a70d7792f Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Sat Apr 5 00:21:41 2025 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 12 ++++++++++++ gcc/cp/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++ 4 files changed, 75 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c36e5b256176..d5996ab41160 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250404 +20250405 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 14eeeb304cd0..d1e9b126d004 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,15 @@ +2025-04-04 Eric Botcazou <ebotca...@adacore.com> + + * libgnat/a-ngcoar.adb (Eigensystem): Adjust notation and fix the + layout of the real symmetric matrix in the main comment. Adjust + the layout of the associated code accordingly and correctly turn + the 2Nx1 real vectors into Nx1 complex ones. + (Eigenvalues): Minor similar tweaks. + * libgnat/a-ngrear.adb (Jacobi): Minor tweaks in the main comment. + Adjust notation and corresponding parameter names of functions. + Fix call to Unit_Matrix routine. Adjust the comment describing + the various kinds of iterations to match the implementation. + 2025-03-19 Eric Botcazou <ebotca...@adacore.com> * gcc-interface/decl.cc (gnat_to_gnu_entity) <E_Record_Subtype>: Set diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8f2ece7b9776..9b9e49e0af42 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,37 @@ +2025-04-04 Jason Merrill <ja...@redhat.com> + + Backported from master: + 2025-04-04 Jason Merrill <ja...@redhat.com> + + PR c++/99546 + PR c++/113925 + PR c++/106976 + PR c++/109961 + PR c++/117336 + * lambda.cc (build_lambda_object): Handle fake + requires-expr processing_template_decl. + * parser.cc (cp_parser_lambda_expression): Likewise. + +2025-04-04 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2025-04-04 Patrick Palka <ppa...@redhat.com> + + PR c++/117849 + * semantics.cc (finish_id_expression_1): Allow use of constraint + variable outside an unevaluated context. + +2025-04-04 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2025-04-03 Patrick Palka <ppa...@redhat.com> + + PR c++/119387 + * constexpr.cc (p2280_active_p): New. + (cxx_eval_constant_expression) <case VAR_DECL>: Use it to + restrict P2280 relaxations. + <case PARM_DECL>: Likewise. + 2025-04-02 Richard Biener <rguent...@suse.de> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d92168a11dc1..0436a6aa8f31 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,31 @@ +2025-04-04 Jason Merrill <ja...@redhat.com> + + Backported from master: + 2025-04-04 Jason Merrill <ja...@redhat.com> + + PR c++/99546 + PR c++/113925 + PR c++/106976 + PR c++/109961 + PR c++/117336 + * g++.dg/cpp2a/lambda-requires2.C: New test. + * g++.dg/cpp2a/lambda-requires3.C: New test. + * g++.dg/cpp2a/lambda-requires4.C: New test. + * g++.dg/cpp2a/lambda-requires5.C: New test. + +2025-04-04 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2025-04-04 Patrick Palka <ppa...@redhat.com> + + PR c++/117849 + * g++.dg/cpp2a/concepts-requires41.C: New test. + +2025-04-04 Victor Do Nascimento <victor.donascime...@arm.com> + + PR testsuite/118597 + * gcc.dg/vect/vect-fncall-mask.c: Update test directives. + 2025-04-03 Andre Vehreschild <ve...@gcc.gnu.org> PR fortran/119380