diff options
Diffstat (limited to 'gcc/ada/exp_ch7.adb')
-rw-r--r-- | gcc/ada/exp_ch7.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/exp_ch7.adb b/gcc/ada/exp_ch7.adb index 17ad11cc173..2839bf39e56 100644 --- a/gcc/ada/exp_ch7.adb +++ b/gcc/ada/exp_ch7.adb @@ -4568,6 +4568,9 @@ package body Exp_Ch7 is -- finalization blocks, and we put everything into a wrapper -- block to clearly expose the construct to the back-end. + -- This requirement for "clearly expose" must be properly + -- documented in sinfo/einfo ??? + if Present (Prev_Fin) then Insert_Before_And_Analyze (Prev_Fin, Fin_Block); else |