]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Apr 2025 00:21:41 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Apr 2025 00:21:41 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index c36e5b2561765708306c92d4ddb76d9115b0d7b6..d5996ab4116043cb90802d5f1676269423ec3036 100644 (file)
@@ -1 +1 @@
-20250404
+20250405
index 14eeeb304cd04032bc70e060aa92361dfd955066..d1e9b126d004e2a0c51d557c16d77fa216e9e60d 100644 (file)
@@ -1,3 +1,15 @@
+2025-04-04  Eric Botcazou  <ebotcazou@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  <ebotcazou@adacore.com>
 
        * gcc-interface/decl.cc (gnat_to_gnu_entity) <E_Record_Subtype>: Set
index 8f2ece7b9776a8c67f6824e6f83c30a5bd910339..9b9e49e0af42e45e9c4a7e432cdcf4d0869bb03d 100644 (file)
@@ -1,3 +1,37 @@
+2025-04-04  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-04-04  Jason Merrill  <jason@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  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-04-04  Patrick Palka  <ppalka@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  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-04-03  Patrick Palka  <ppalka@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  <rguenther@suse.de>
 
        Backported from master:
index d92168a11dc1b9fde9d7ab789dc4519cab5385dc..0436a6aa8f31932fac3041ea337837410b28911e 100644 (file)
@@ -1,3 +1,31 @@
+2025-04-04  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-04-04  Jason Merrill  <jason@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  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-04-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/117849
+       * g++.dg/cpp2a/concepts-requires41.C: New test.
+
+2025-04-04  Victor Do Nascimento  <victor.donascimento@arm.com>
+
+       PR testsuite/118597
+       * gcc.dg/vect/vect-fncall-mask.c: Update test directives.
+
 2025-04-03  Andre Vehreschild  <vehre@gcc.gnu.org>
 
        PR fortran/119380