From: Eric Botcazou Date: Thu, 15 Apr 2021 15:22:46 +0000 (+0200) Subject: [Ada] Small tweak in a couple of comments X-Git-Tag: basepoints/gcc-13~6418 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=339bf0a2a972fe0655dfa3b6508312e748d4fbcc;p=thirdparty%2Fgcc.git [Ada] Small tweak in a couple of comments gcc/ada/ * sem_ch12.adb (Freeze_Subprogram_Body): Add missing "freeze". (Install_Body): Likewise. --- diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb index 893854ded942..339bb425ae57 100644 --- a/gcc/ada/sem_ch12.adb +++ b/gcc/ada/sem_ch12.adb @@ -9106,7 +9106,7 @@ package body Sem_Ch12 is -- Handle the following case: -- -- package Parent_Inst is new ... - -- Parent_Inst [] + -- freeze Parent_Inst [] -- -- procedure P ... -- this body freezes Parent_Inst -- @@ -9942,7 +9942,7 @@ package body Sem_Ch12 is -- Handle the following case: -- package Parent_Inst is new ... - -- Parent_Inst [] + -- freeze Parent_Inst [] -- procedure P ... -- this body freezes Parent_Inst