diff options
Diffstat (limited to 'gcc/ada/sem_ch6.adb')
-rw-r--r-- | gcc/ada/sem_ch6.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch6.adb b/gcc/ada/sem_ch6.adb index 498aafade58..00f56f9590b 100644 --- a/gcc/ada/sem_ch6.adb +++ b/gcc/ada/sem_ch6.adb @@ -3589,7 +3589,7 @@ package body Sem_Ch6 is and then Ekind (Spec_Id) = E_Function and then Returns_Unconstrained_Type (Spec_Id) then - Check_And_Build_Body_To_Inline (N, Spec_Id, Body_Id); + Check_And_Split_Unconstrained_Function (N, Spec_Id, Body_Id); else declare |