]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 20 Mar 2025 00:24:19 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 20 Mar 2025 00:24:19 +0000 (00:24 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 22523f5c82fe75747083257f505cff7260126af9..b76e7dd641058e8a9c50378939f5fa4af6f38ceb 100644 (file)
@@ -1 +1 @@
-20250319
+20250320
index 52c368213ab97fe0638d7b3044b2359501011cdc..14eeeb304cd04032bc70e060aa92361dfd955066 100644 (file)
@@ -1,3 +1,17 @@
+2025-03-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/decl.cc (gnat_to_gnu_entity) <E_Record_Subtype>: Set
+       the may_alias attribute if a specific GCC type is built.
+
+2025-03-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gen_il-gen-gen_nodes.adb (N_Formal_Package_Declaration): Use
+       N_Declaration instead of Node_Kind as ancestor.
+       * sem_ch12.adb (Get_Formal_Entity): Remove obsolete alternative.
+       (Instantiate_Formal_Package): Take into account the abbreviated
+       instances in the main loop running over the actuals of the local
+       package created for the formal package.
+
 2025-02-01  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/118712
index 6ba470b5302fb676e2d74f8be4c73dd3fb910254..2f237d2d966d99e9f025344655613408460d9b85 100644 (file)
@@ -1,3 +1,22 @@
+2025-03-19  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-03-19  Jason Merrill  <jason@redhat.com>
+
+       PR c++/119316
+       * mangle.cc (write_expression) [NEW_EXPR]: Avoid using
+       compute_array_index_type.
+       (write_array_type): Add checking_assert.
+
+2025-03-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-03-18  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/119233
+       * pt.cc (mark_template_arguments_used): Also handle member
+       function pointers.
+
 2025-03-18  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index dfbe378844a06fee0e990ba6691b6cca8cc7e8fd..1b63659d0f387efe9a59202ecc06c9ec22d7c6bf 100644 (file)
@@ -1,3 +1,25 @@
+2025-03-19  Jason Merrill  <jason@redhat.com>
+
+       Backported from master:
+       2025-03-19  Jason Merrill  <jason@redhat.com>
+
+       PR c++/119316
+       * g++.dg/abi/mangle-new1.C: New test.
+
+2025-03-19  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-03-18  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/119233
+       * g++.dg/template/fn-ptr5.C: New test.
+
+2025-03-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/generic_inst14.adb: New test.
+       * gnat.dg/generic_inst14_pkg.ads: New helper.
+       * gnat.dg/generic_inst14_pkg-child.ads: Likewise.
+
 2025-03-18  Jason Merrill  <jason@redhat.com>
 
        Backported from master: