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

index 517f7827f436c7e88972a77587b3e298da2d804c..4956f47ec31d8641f153de75d976c3b2c1a3d560 100644 (file)
@@ -1,3 +1,8 @@
+2025-05-06  Andrew MacLeod  <amacleod@redhat.com>
+
+       PR tree-optimization/120048
+       * ipa-cp.cc (ipcp_store_vr_results): Check for UNDEFINED.
+
 2025-05-05  Arsen Arsenović  <arsen@aarsen.me>
 
        Backported from master:
index 6906e738dbc5649285c6c7113d2642d12ec3a009..9687431edbfcce793842aae82044617068e0ba86 100644 (file)
@@ -1 +1 @@
-20250506
+20250507
index 03e8ebc6a94e8b8cb95a853f3d6cb7acc827a09b..9a73871f0c055340ae5335f86d635704d7cb6ce4 100644 (file)
@@ -1,3 +1,26 @@
+2025-05-06  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2024-05-15  Jakub Jelinek  <jakub@redhat.com>
+                   Jason Merrill  <jason@redhat.com>
+
+       PR lto/113208
+       * cp-tree.h (maybe_optimize_cdtor): Remove.
+       * decl2.cc (tentative_decl_linkage): Call maybe_make_one_only
+       for implicit instantiations of maybe in charge ctors/dtors
+       declared inline.
+       (import_export_decl): Don't call maybe_optimize_cdtor.
+       (c_parse_final_cleanups): Formatting fixes.
+       * optimize.cc (can_alias_cdtor): Adjust condition, for
+       HAVE_COMDAT_GROUP && DECL_ONE_ONLY && DECL_WEAK return true even
+       if not DECL_INTERFACE_KNOWN.
+       (maybe_clone_body): Don't clear DECL_SAVED_TREE, instead set it
+       to void_node.
+       (maybe_clone_body): Remove.
+       * decl.cc (cxx_comdat_group): For DECL_CLONED_FUNCTION_P
+       functions if SUPPORTS_ONE_ONLY return DECL_COMDAT_GROUP if already
+       set.
+
 2025-05-05  Iain Sandoe  <iains.gcc@gmail.com>
 
        Backported from master:
index eee7318afc68e6bf979c0984a3d27055ac73502e..ef92f5b5f689c8a91af56f2da23fa41bb3eedbb3 100644 (file)
@@ -1,3 +1,26 @@
+2025-05-06  Andrew MacLeod  <amacleod@redhat.com>
+
+       PR tree-optimization/120048
+       * gcc.dg/pr120048.c: New.
+
+2025-05-06  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2024-07-19  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/109464
+       * g++.dg/template/explicit-instantiation8.C: New test.
+
+2025-05-06  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2024-05-15  Jakub Jelinek  <jakub@redhat.com>
+                   Jason Merrill  <jason@redhat.com>
+
+       PR lto/113208
+       * g++.dg/abi/comdat3.C: New test.
+       * g++.dg/abi/comdat4.C: New test.
+
 2025-05-05  Iain Sandoe  <iains.gcc@gmail.com>
 
        Backported from master:
index 1435346068d36ee1aa6270c7e95298203517a897..10b9525f823c4b069013f17d66db36c74dd673e8 100644 (file)
@@ -1,3 +1,12 @@
+2025-05-06  Dhruv Chawla  <dhruvc@nvidia.com>
+
+       Backported from master:
+       2025-05-02  Dhruv Chawla  <dhruvc@nvidia.com>
+
+       * include/std/memory: Define __glibcxx_want_addressof_constexpr.
+       * testsuite/20_util/headers/memory/version.cc: Test for macro
+       value.
+
 2025-04-30  François Dumont  <frs.dumont@gmail.com>
 
        Backported from master: