From: GCC Administrator Date: Sat, 5 Apr 2025 00:21:41 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-14.3.0~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4feaf39363bc3ff57bb37aa65e08308a70d7792f;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c36e5b25617..d5996ab4116 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250404 +20250405 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 14eeeb304cd..d1e9b126d00 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,15 @@ +2025-04-04 Eric Botcazou + + * 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 * gcc-interface/decl.cc (gnat_to_gnu_entity) : Set diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8f2ece7b977..9b9e49e0af4 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,37 @@ +2025-04-04 Jason Merrill + + Backported from master: + 2025-04-04 Jason Merrill + + 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 + + Backported from master: + 2025-04-04 Patrick Palka + + PR c++/117849 + * semantics.cc (finish_id_expression_1): Allow use of constraint + variable outside an unevaluated context. + +2025-04-04 Patrick Palka + + Backported from master: + 2025-04-03 Patrick Palka + + PR c++/119387 + * constexpr.cc (p2280_active_p): New. + (cxx_eval_constant_expression) : Use it to + restrict P2280 relaxations. + : Likewise. + 2025-04-02 Richard Biener Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d92168a11dc..0436a6aa8f3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,31 @@ +2025-04-04 Jason Merrill + + Backported from master: + 2025-04-04 Jason Merrill + + 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 + + Backported from master: + 2025-04-04 Patrick Palka + + PR c++/117849 + * g++.dg/cpp2a/concepts-requires41.C: New test. + +2025-04-04 Victor Do Nascimento + + PR testsuite/118597 + * gcc.dg/vect/vect-fncall-mask.c: Update test directives. + 2025-04-03 Andre Vehreschild PR fortran/119380