aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/check.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/check.c')
-rw-r--r--gcc/fortran/check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/check.c b/gcc/fortran/check.c
index a2c8b52..f1c6695 100644
--- a/gcc/fortran/check.c
+++ b/gcc/fortran/check.c
@@ -5860,7 +5860,7 @@ bool
gfc_check_fe_runtime_error (gfc_actual_arglist *a)
{
gfc_expr *e;
- int len, i;
+ size_t len, i;
int num_percent, nargs;
e = a->expr;