diff options
Diffstat (limited to 'gcc/ada/exp_aggr.adb')
-rw-r--r-- | gcc/ada/exp_aggr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_aggr.adb b/gcc/ada/exp_aggr.adb index 913e46df374..75eb8f500fa 100644 --- a/gcc/ada/exp_aggr.adb +++ b/gcc/ada/exp_aggr.adb @@ -509,7 +509,7 @@ package body Exp_Aggr is -- 10. No controlled actions need to be generated for components - -- 11. The backend is a No_VM backend and the array has aliased components + -- 11. For a VM back end, the array should have no aliased components function Backend_Processing_Possible (N : Node_Id) return Boolean is Typ : constant Entity_Id := Etype (N); |