Commit 5bcb0cc3 by H.J. Lu Committed by H.J. Lu

expr.c (find_array_element): Reformat comment.

2008-09-10  H.J. Lu  <hongjiu.lu@intel.com>

	* expr.c (find_array_element): Reformat comment.

From-SVN: r140250
parent 0b056e4e
2008-09-10 H.J. Lu <hongjiu.lu@intel.com> 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. * expr.c (find_array_element): Reformat.
2008-09-10 Tobias Burnus <burnus@net-b.de> 2008-09-10 Tobias Burnus <burnus@net-b.de>
......
...@@ -1034,7 +1034,8 @@ find_array_element (gfc_constructor *cons, gfc_array_ref *ar, ...@@ -1034,7 +1034,8 @@ find_array_element (gfc_constructor *cons, gfc_array_ref *ar,
cons = NULL; cons = NULL;
goto depart; goto depart;
} }
/* Check the bounds. */
/* Check the bounds. */
if ((ar->as->upper[i] if ((ar->as->upper[i]
&& ar->as->upper[i]->expr_type == EXPR_CONSTANT && ar->as->upper[i]->expr_type == EXPR_CONSTANT
&& mpz_cmp (e->value.integer, && mpz_cmp (e->value.integer,
......
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