aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/interface.c')
-rw-r--r--gcc/fortran/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c
index 17f7033..f779dfa 100644
--- a/gcc/fortran/interface.c
+++ b/gcc/fortran/interface.c
@@ -2670,6 +2670,7 @@ gfc_extend_expr (gfc_expr *e)
e->value.function.esym = NULL;
e->value.function.isym = NULL;
e->value.function.name = NULL;
+ e->user_operator = 1;
if (gfc_pure (NULL) && !gfc_pure (sym))
{