]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
trans-stmt.c (gfc_trans_forall_1): Fix comment typo.
authorPaul Brook <paul@codesourcery.com>
Fri, 13 May 2005 14:34:29 +0000 (14:34 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Fri, 13 May 2005 14:34:29 +0000 (14:34 +0000)
2005-05-13  Paul Brook  <paul@codesourcery.com>

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

From-SVN: r99660

gcc/fortran/ChangeLog
gcc/fortran/trans-stmt.c

index 57fac5661ac99ae3e69d2dcc8a129791f165f4df..76cd9f9fd008c06790691e2757265872d24dbfd5 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 996ddfa98fb29672b62fa1c7c3e401ea3c1208fb..60a786c6ac1d345aa348f60d10131d9ec617e101 100644 (file)
@@ -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.