From: Eric Botcazou Date: Thu, 5 May 2022 09:02:07 +0000 (+0200) Subject: [Ada] Adjust reference in comment X-Git-Tag: basepoints/gcc-14~6318 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=378523d4a316fa42580915a74c30aa77a0b5e85c;p=thirdparty%2Fgcc.git [Ada] Adjust reference in comment This is needed after the creation of Returns_On_Secondary_Stack from the original Requires_Transient_Scope. gcc/ada/ * sem_util.adb (Indirect_Temp_Needed): Adjust reference in comment. --- diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb index 21b6ee448f4..3ca19323eac 100644 --- a/gcc/ada/sem_util.adb +++ b/gcc/ada/sem_util.adb @@ -32129,7 +32129,7 @@ package body Sem_Util is -- -- See Large_Max_Size_Mutable function elsewhere in this -- file (currently declared inside of - -- Requires_Transient_Scope, so it would have to be + -- Returns_On_Secondary_Stack, so it would have to be -- moved if we want it to be callable from here). end Indirect_Temp_Needed;