]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Sep 2024 00:19:22 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 18 Sep 2024 00:19:22 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 9fc61c92b8cf45cac26607bac8d2cd82c87cc7ed..6d5458fa1600c62633b2323034d2ba43821da725 100644 (file)
@@ -1 +1 @@
-20240917
+20240918
index 0f551f9a95a2d18e5247ab2243a11c6b255a1cf1..b2f55e13d7db48ff04167e950622466a55d3a615 100644 (file)
@@ -1,3 +1,11 @@
+2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/116676
+       * constexpr.cc (maybe_warn_about_constant_value): Check DECL_NAME.
+
 2024-06-20  Release Manager
 
        * GCC 12.4.0 released.
index ef4fe51a5af33c6fea162567f003d0909a3522e2..2f2efe212dda86abf098479016d8ce883e7f6ce0 100644 (file)
@@ -1,3 +1,11 @@
+2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2024-09-17  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/116676
+       * g++.dg/cpp1z/constexpr-116676.C: New test.
+
 2024-09-15  H.J. Lu  <hjl.tools@gmail.com>
 
        Backported from master: