* trans-array.c: Fix a comment typo.

From-SVN: r121545
This commit is contained in:
Kazu Hirata 2007-02-03 16:23:42 +00:00 committed by Kazu Hirata
parent 3fa0cacdb5
commit 735dfed7f6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-02-03 Kazu Hirata <kazu@codesourcery.com>
* trans-array.c: Fix a comment typo.
2007-02-03 Paul Thomas <pault@gcc.gnu.org>
PR fortran/30514

View File

@ -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. */