diff options
Diffstat (limited to 'gcc/fortran/interface.c')
-rw-r--r-- | gcc/fortran/interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index eafc419..9da654e6 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -4763,7 +4763,6 @@ check_dtio_interface1 (gfc_symbol *derived, gfc_symtree *tb_io_st, return; gcc_assert (tb_io_proc->is_generic); - gcc_assert (tb_io_proc->u.generic->next == NULL); specific_proc = tb_io_proc->u.generic->specific; if (specific_proc == NULL || specific_proc->is_generic) |