From: GCC Administrator Date: Tue, 27 Feb 2024 00:24:02 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-12.4.0~387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b008e69a4787290e45aa19f3bdf5210246e0866e;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 47afea3b4c83..abc12bca3902 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240226 +20240227 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 3cd2c82b800e..bfc78c4dd560 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,15 @@ +2024-02-26 Eric Botcazou + + 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-01-09 Steve Baird PR ada/104354 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 55800617f458..33183f9fa282 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2024-02-26 Eric Botcazou + + * gnat.dg/access10.adb: New test. + 2024-02-23 Richard Earnshaw Backported from master: