diff options
Diffstat (limited to 'gcc/fortran/interface.c')
-rw-r--r-- | gcc/fortran/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index 060da05..74f7669 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -1827,7 +1827,7 @@ gfc_extend_assign (gfc_code * c, gfc_namespace * ns) } /* Replace the assignment with the call. */ - c->op = EXEC_CALL; + c->op = EXEC_ASSIGN_CALL; c->symtree = find_sym_in_symtree (sym); c->expr = NULL; c->expr2 = NULL; |