Commit e4bf01a4 by Steve Ellcey Committed by Steve Ellcey

* resolve.c (check_host_association): Initialize tail.

From-SVN: r147381
parent cbb9a26e
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
......
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