From 378523d4a316fa42580915a74c30aa77a0b5e85c Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Thu, 5 May 2022 11:02:07 +0200 Subject: [PATCH] [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. --- gcc/ada/sem_util.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2