diff options
Diffstat (limited to 'gcc/fortran/trans-array.c')
-rw-r--r-- | gcc/fortran/trans-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c index 529d721..a39f6647 100644 --- a/gcc/fortran/trans-array.c +++ b/gcc/fortran/trans-array.c @@ -5288,7 +5288,7 @@ gfc_trans_deferred_array (gfc_symbol * sym, tree body) forall (i=..., j=...) x(i,j) = foo%a(j)%b(i) end forall - This adds a fair amout of complexity because you need to deal with more + This adds a fair amount of complexity because you need to deal with more than one ref. Maybe handle in a similar manner to vector subscripts. Maybe not worth the effort. */ |