]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 2 Feb 2024 00:20:52 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 2 Feb 2024 00:20:52 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index d43552675448909e1c3859053ca2af97fbea0882..fbf42dfc8d9ade0790671a65c46b5a27b5fa51a3 100644 (file)
@@ -1,3 +1,8 @@
+2024-02-01  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.md (atomic_storedi_1): Fix bug in
+       alternative 1.
+
 2024-01-26  Wilco Dijkstra  <wilco.dijkstra@arm.com>
 
        Backported from master:
index aa4ca8e7cb7e71c4584b13d32961da821f721e98..656861b7a3dbdfb53ec9dcee50f4f7f6428b72b7 100644 (file)
@@ -1 +1 @@
-20240201
+20240202
index 98c5acd85ab522f743004ab95856f78f39ccb1b7..c156e1b44af9e6bc1ddbf8667fc3e366272fd3fb 100644 (file)
@@ -1,3 +1,12 @@
+2024-02-01  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2024-02-01  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/112437
+       * typeck.cc (treat_lvalue_as_rvalue_p): Bail out on sk_namespace in
+       the move on throw of parms loop.
+
 2024-01-24  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index b06e71f918bb98868ca3423296e62a12e138e5ca..f19cb98e1bcb8271d7f2eff1a13bfbe472215738 100644 (file)
@@ -1,3 +1,12 @@
+2024-02-01  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2024-02-01  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/112437
+       * g++.dg/cpp2a/concepts-throw1.C: New test.
+       * g++.dg/eh/throw4.C: New test.
+
 2024-01-27  Lewis Hyatt  <lhyatt@gmail.com>
 
        PR preprocessor/105608