From: Paul Brook Date: Fri, 13 May 2005 14:34:29 +0000 (+0000) Subject: trans-stmt.c (gfc_trans_forall_1): Fix comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cafa34aa46c31c95eddb2213af56a23681e56bad;p=gcc.git trans-stmt.c (gfc_trans_forall_1): Fix comment typo. 2005-05-13 Paul Brook * trans-stmt.c (gfc_trans_forall_1): Fix comment typo. From-SVN: r99660 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 57fac5661ac..76cd9f9fd00 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-05-13 Paul Brook + + * trans-stmt.c (gfc_trans_forall_1): Fix comment typo. + 2005-05-12 Tobias Schl"uter * trans-types.c (gfc_is_nodesc_array): Remove redundant check. diff --git a/gcc/fortran/trans-stmt.c b/gcc/fortran/trans-stmt.c index 996ddfa98fb..60a786c6ac1 100644 --- a/gcc/fortran/trans-stmt.c +++ b/gcc/fortran/trans-stmt.c @@ -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 = f + g = h } Note that this code only works when there are no dependencies.