aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/matchexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/matchexp.c')
-rw-r--r--gcc/fortran/matchexp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/matchexp.c b/gcc/fortran/matchexp.c
index bb8168e..058f772 100644
--- a/gcc/fortran/matchexp.c
+++ b/gcc/fortran/matchexp.c
@@ -852,6 +852,7 @@ gfc_match_expr (gfc_expr ** result)
for (;;)
{
+ uop = NULL;
m = match_defined_operator (&uop);
if (m == MATCH_NO)
break;