aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch5.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_ch5.adb')
-rw-r--r--gcc/ada/exp_ch5.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch5.adb b/gcc/ada/exp_ch5.adb
index f46fb47..66a4fc0 100644
--- a/gcc/ada/exp_ch5.adb
+++ b/gcc/ada/exp_ch5.adb
@@ -1154,7 +1154,7 @@ package body Exp_Ch5 is
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_Assign_Array;
------------------------------
@@ -3455,7 +3455,7 @@ package body Exp_Ch5 is
exception
when RE_Not_Available =>
- return;
+ null;
end Expand_N_Assignment_Statement;
------------------------------