* resolve.c (check_host_association): Initialize tail.
From-SVN: r147381
This commit is contained in:
parent
cbb9a26e0a
commit
e4bf01a404
@ -1,3 +1,7 @@
|
||||
2009-05-11 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* resolve.c (check_host_association): Initialize tail.
|
||||
|
||||
2009-05-11 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/40089
|
||||
|
@ -4353,7 +4353,7 @@ check_host_association (gfc_expr *e)
|
||||
gfc_symtree *st;
|
||||
int n;
|
||||
gfc_ref *ref;
|
||||
gfc_actual_arglist *arg, *tail;
|
||||
gfc_actual_arglist *arg, *tail = NULL;
|
||||
bool retval = e->expr_type == EXPR_FUNCTION;
|
||||
|
||||
/* If the expression is the result of substitution in
|
||||
|
Loading…
Reference in New Issue
Block a user