aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/match.c')
-rw-r--r--gcc/fortran/match.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c
index 7f249ee..22a0263 100644
--- a/gcc/fortran/match.c
+++ b/gcc/fortran/match.c
@@ -447,6 +447,8 @@ gfc_match_symbol (gfc_symbol ** matched_symbol, int host_assoc)
else
*matched_symbol = NULL;
}
+ else
+ *matched_symbol = NULL;
return m;
}