mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 05:40:26 +08:00
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
This commit is contained in:
parent
0b056e4e1c
commit
5bcb0cc368
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user