]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
expr.c (find_array_element): Reformat comment.
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 10 Sep 2008 21:13:44 +0000 (21:13 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 10 Sep 2008 21:13:44 +0000 (14:13 -0700)
2008-09-10  H.J. Lu  <hongjiu.lu@intel.com>

* expr.c (find_array_element): Reformat comment.

From-SVN: r140250

gcc/fortran/ChangeLog
gcc/fortran/expr.c

index 9e5888f054e9246ad3437bac0a887bcfce59bcfb..d7361e02f7bc4fa27a3e0ae51ee0110ee15c0fe4 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * expr.c (find_array_element): Reformat comment.
+
 2008-09-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * expr.c (find_array_element): Reformat.
index 6f5aff8c6c0914f7b790217792c26268782e5b5a..ba4be56c9c3ef957184aa14ba9b5016cc3cc1685 100644 (file)
@@ -1034,7 +1034,8 @@ find_array_element (gfc_constructor *cons, gfc_array_ref *ar,
          cons = NULL;
          goto depart;
        }
-        /* Check the bounds.  */
+
+      /* Check the bounds.  */
       if ((ar->as->upper[i]
           && ar->as->upper[i]->expr_type == EXPR_CONSTANT
           && mpz_cmp (e->value.integer,