diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ada/sem_ch12.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch12.adb b/gcc/ada/sem_ch12.adb index a5df3e5..d340307 100644 --- a/gcc/ada/sem_ch12.adb +++ b/gcc/ada/sem_ch12.adb @@ -16929,7 +16929,7 @@ package body Sem_Ch12 is Scope_Stack.Decrement_Last; S := Current_Scope; else - SE := (Is_Transient => False, others => <>); + SE.Is_Transient := False; end if; -- After child instantiation is complete, remove from scope stack the |
