]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 21 Feb 2023 00:22:04 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 21 Feb 2023 00:22:04 +0000 (00:22 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 569b0a7406b55c523b4f9c0f0395d7ca44be4d06..b108d4a1789b6fc669afa9314cf856a2c9591461 100644 (file)
@@ -1,3 +1,12 @@
+2023-02-20  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-02-06  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/104921
+       * config/aarch64/aarch64-simd.md (aarch64_bfmlal<bt>_lane<q>v4sf):
+       Use correct constraint for operand 3.
+
 2023-02-18  Xi Ruoyao  <xry111@xry111.site>
 
        Backported from master:
index 09ddb49ab8a30c816cd6ea8764ae955aa822e136..6d7db2787dbbecadf4167e2789df149c81519d07 100644 (file)
@@ -1 +1 @@
-20230220
+20230221
index c31bb9f5caa9ee0ca3b114e1066705467880cadd..f80334802d55517213a10ddf2568ca62dfcac89c 100644 (file)
@@ -1,3 +1,13 @@
+2023-02-20  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-02-20  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/108829
+       * pt.cc (prepend_one_capture): Set LAMBDA_CAPTURE_EXPLICIT_P.
+       (tsubst_lambda_expr): Pass LAMBDA_CAPTURE_EXPLICIT_P to
+       prepend_one_capture.
+
 2023-02-15  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index a96c697c10098c908d9302c22986a1a3312c8736..bca8ea9139cc480208642039c8cfdbe97dfc754a 100644 (file)
@@ -1,3 +1,22 @@
+2023-02-20  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-02-20  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/108829
+       * g++.dg/cpp0x/lambda/lambda-108829-2.C: New test.
+       * g++.dg/cpp0x/lambda/lambda-108829.C: New test.
+
+2023-02-20  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-02-06  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/104921
+       * gcc.target/aarch64/pr104921-1.c: New test.
+       * gcc.target/aarch64/pr104921-2.c: New test.
+       * gcc.target/aarch64/pr104921.x: Include file for new tests.
+
 2023-02-16  Steve Kargl  <kargl@gcc.gnu.org>
 
        Backported from master: