]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Aug 2025 00:22:09 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Aug 2025 00:22:09 +0000 (00:22 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 1f2f1bb8fcd6fb205d93c9bc030d4c563e41f7c8..db3c83932b6fa0e786592ed853b67b7df505fe27 100644 (file)
@@ -1 +1 @@
-20250808
+20250809
index 2bc9112c42c9bcbfeb9395cee623b5fb94c25f64..af5ffc07ff83153f8e392b4d677621dedf4a3189 100644 (file)
@@ -1,3 +1,12 @@
+2025-08-08  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-08-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/120620
+       * constexpr.cc (cxx_dynamic_cast_fn_p): Return true only
+       for synthesized __dynamic_cast.
+
 2025-07-03  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 8c6b012e5b13c67b063e2597903fbeeee7ea6c32..e0a9e87af5368aa79d919db0823f35b76d96386c 100644 (file)
@@ -1,3 +1,12 @@
+2025-08-08  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-08-04  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/120620
+       * g++.dg/cpp2a/constexpr-dynamic19.C: New test.
+       * g++.dg/cpp2a/constexpr-dynamic1a.C: New test.
+
 2025-07-31  Jeevitha  <jeevitha@linux.ibm.com>
 
        Backported from master: