diff options
Diffstat (limited to 'gcc/fortran/trans-io.c')
-rw-r--r-- | gcc/fortran/trans-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-io.c b/gcc/fortran/trans-io.c index fbf7912..e1b7eb9 100644 --- a/gcc/fortran/trans-io.c +++ b/gcc/fortran/trans-io.c @@ -2192,7 +2192,7 @@ transfer_expr (gfc_se * se, gfc_typespec * ts, tree addr_expr, gfc_code * code) return; default: - internal_error ("Bad IO basetype (%d)", ts->type); + gfc_internal_error ("Bad IO basetype (%d)", ts->type); } tmp = gfc_build_addr_expr (NULL_TREE, dt_parm); |