diff options
Diffstat (limited to 'gcc/ada/sem_ch13.adb')
-rw-r--r-- | gcc/ada/sem_ch13.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb index 1e81110fec6..79ca903cc62 100644 --- a/gcc/ada/sem_ch13.adb +++ b/gcc/ada/sem_ch13.adb @@ -11493,6 +11493,7 @@ package body Sem_Ch13 is First_Id := Empty; Next_Id := Empty; Has_Element_Id := Empty; + Element_Id := Empty; -- Each expression must resolve to a function with the proper signature |