Commit 735dfed7 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r121545
parent 3fa0cacd
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment