]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 8 Apr 2025 00:23:26 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 8 Apr 2025 00:23:26 +0000 (00:23 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 64b49caa89a081ee825bfa309bc44cb46e2eedce..fd8dd2cde24c134fb0e9cfcb28a759311d61cbf4 100644 (file)
@@ -1 +1 @@
-20250407
+20250408
index 9b9e49e0af42e45e9c4a7e432cdcf4d0869bb03d..3021c2f062c2b1bb2bdd51554689fd6b4e6edc25 100644 (file)
@@ -1,3 +1,21 @@
+2025-04-07  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-04-07  Jason Merrill  <jason@redhat.com>
+
+       PR c++/119652
+       * constexpr.cc (cxx_eval_outermost_constant_expr): Also don't add a
+       TARGET_EXPR around AGGR_INIT_EXPR.
+
+2025-04-07  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-04-05  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118629
+       * name-lookup.cc (pushdecl_outermost_localscope): Look for an
+       sk_block.
+
 2025-04-04  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index 0436a6aa8f31932fac3041ea337837410b28911e..cde16d56a35239d2de93971c13808dd3005f9f6b 100644 (file)
@@ -1,3 +1,19 @@
+2025-04-07  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-04-07  Jason Merrill  <jason@redhat.com>
+
+       PR c++/119652
+       * g++.dg/cpp2a/constinit20.C: New test.
+
+2025-04-07  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-04-05  Jason Merrill  <jason@redhat.com>
+
+       PR c++/118629
+       * g++.dg/cpp0x/lambda/lambda-__func__3.C: New test.
+
 2025-04-04  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index c5379e9dec335d33f61206acfb382180ada4ed30..7b4f77e18b6f4b82bdc9165c7813ac72a58007fb 100644 (file)
@@ -1,3 +1,13 @@
+2025-04-07  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-03-13  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/116440
+       * include/std/tuple (tuple::tuple(const _Elements&...))
+       [C++20]: Turn into a template.
+       * testsuite/20_util/tuple/116440.C: New test.
+
 2025-04-03  Tomasz KamiƄski  <tkaminsk@redhat.com>
 
        Backported from master: