diff options
Diffstat (limited to 'gcc/ada/sem_ch3.adb')
-rw-r--r-- | gcc/ada/sem_ch3.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch3.adb b/gcc/ada/sem_ch3.adb index 88480d8332b..109c05b7ada 100644 --- a/gcc/ada/sem_ch3.adb +++ b/gcc/ada/sem_ch3.adb @@ -2980,7 +2980,7 @@ package body Sem_Ch3 is -- types the level of accessibility depends on the enclosing type -- declaration - Set_Scope (Element_Type, T); -- Ada 0Y (AI-230) + Set_Scope (Element_Type, Current_Scope); -- Ada 0Y (AI-230) -- Ada 0Y (AI-254) |