]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 27 Feb 2024 00:19:37 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 27 Feb 2024 00:19:37 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog

index 47afea3b4c83ddd51ffa5767eacb9846ead39ac8..abc12bca3902043f537ff6b2ebf768bb2fe46fb4 100644 (file)
@@ -1 +1 @@
-20240226
+20240227
index e14eb1cdf63bc7645df676aee5ea19a750ac74d5..767f5bb49d0aa48dfe29319263c2f9608e279624 100644 (file)
@@ -1,3 +1,15 @@
+2024-02-26  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/113893
+       * exp_ch7.adb (Build_Anonymous_Master): Do not build the master
+       for a local designated type.
+       * exp_util.adb (Build_Allocate_Deallocate_Proc): Force Needs_Fin
+       to false if no finalization master is attached to an access type
+       and assert that it is anonymous in this case.
+       * sem_res.adb (Resolve_Allocator): Mention that the object might
+       not be finalized at all in the warning given when the type is an
+       anonymous access-to-controlled type.
+
 2023-05-29  Release Manager
 
        * GCC 11.4.0 released.
index 18566c3b5e9d9cb3d36217db0dacc796f6365bff..7ea8e73ba2e399d433d708db9d68fb9aa1755b47 100644 (file)
@@ -1,3 +1,7 @@
+2024-02-26  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/access10.adb: New test.
+
 2024-02-23  Richard Earnshaw  <rearnsha@arm.com>
 
        Backported from master: