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

index 47afea3b4c83ddd51ffa5767eacb9846ead39ac8..abc12bca3902043f537ff6b2ebf768bb2fe46fb4 100644 (file)
@@ -1 +1 @@
-20240226
+20240227
index 6c3af03ec3ffb11a86ea7debcf3b87fe1ee6534b..c8daa612da456989e0f947e457a1a78ef02d568d 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.
+
 2024-02-03  Eric Botcazou  <ebotcazou@adacore.com>
 
        * exp_attr.adb (Expand_N_Attribute_Reference): Revert older change.
index 4283a49491e681574e968a5dd7bf32eb9e57450f..11308b53ec53e3dd67bcd73f62e765b6085d0139 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: