]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 11 Oct 2023 00:20:42 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 11 Oct 2023 00:20:42 +0000 (00:20 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog

index 7f0640e4986339694e7b670eb25dfd8f4bab57f2..5a90a07feb4e76ca29f04f22e22912b1727e4410 100644 (file)
@@ -1 +1 @@
-20231010
+20231011
index 650d203beece0621a2c2db41566a471c159617f2..1ddfbcb33efd76d8118396991f222bc83a7180d5 100644 (file)
@@ -1,3 +1,18 @@
+2023-10-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/111434
+       * sem_ch10.adb (Replace): New procedure to replace an entity with
+       another on the homonym chain.
+       (Install_Limited_With_Clause): Rename Non_Lim_View to Typ for the
+       sake of consistency.  Call Replace to do the replacements and split
+       the code into the regular and the special cases.  Add debuggging
+       output controlled by -gnatdi.
+       (Install_With_Clause): Print the Parent_With and Implicit_With flags
+       in the debugging output controlled by -gnatdi.
+       (Remove_Limited_With_Unit.Restore_Chain_For_Shadow (Shadow)): Rewrite
+       using a direct replacement of E4 by E2.   Call Replace to do the
+       replacements.  Add debuggging output controlled by -gnatdi.
+
 2023-09-27  Eric Botcazou  <ebotcazou@adacore.com>
 
        * exp_ch7.adb (Build_Finalizer.Process_Declarations): Remove call