Commit cafa34aa by Paul Brook Committed by Paul Brook

trans-stmt.c (gfc_trans_forall_1): Fix comment typo.

2005-05-13  Paul Brook  <paul@codesourcery.com>

	* trans-stmt.c (gfc_trans_forall_1): Fix comment typo.

From-SVN: r99660
parent 9da58884
2005-05-13 Paul Brook <paul@codesourcery.com>
* trans-stmt.c (gfc_trans_forall_1): Fix comment typo.
2005-05-12 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
* trans-types.c (gfc_is_nodesc_array): Remove redundant check.
......
......@@ -2214,7 +2214,7 @@ gfc_trans_pointer_assign_need_temp (gfc_expr * expr1, gfc_expr * expr2,
for (i = start; i <= end; i += stride)
{
if (masktmp[maskindex++])
e<i> = f<i>
g<i> = h<i>
}
Note that this code only works when there are no dependencies.
......
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