diff options
Diffstat (limited to 'gcc/fortran/match.c')
-rw-r--r-- | gcc/fortran/match.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/fortran/match.c b/gcc/fortran/match.c index fc5afbf..c13e057 100644 --- a/gcc/fortran/match.c +++ b/gcc/fortran/match.c @@ -764,13 +764,6 @@ not_yes: matches++; break; /* Skip */ - case 'I': - case 'L': - case 'C': - if (*p++ == 'e') - goto undo_expr; - break; - /* Matches that don't have to be undone */ case 'o': case 'l': @@ -780,9 +773,7 @@ not_yes: break; case 'e': - case 'E': case 'v': - undo_expr: vp = va_arg (argp, void **); gfc_free_expr (*vp); *vp = NULL; |