2005-05-13 Paul Brook <paul@codesourcery.com>
* trans-stmt.c (gfc_trans_forall_1): Fix comment typo.
From-SVN: r99660
+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.
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.