aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/generated/eoshift1_4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/eoshift1_4.c')
-rw-r--r--libgfortran/generated/eoshift1_4.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/generated/eoshift1_4.c b/libgfortran/generated/eoshift1_4.c
index 58ce7e9..d78c40a 100644
--- a/libgfortran/generated/eoshift1_4.c
+++ b/libgfortran/generated/eoshift1_4.c
@@ -102,6 +102,11 @@ eoshift1 (gfc_array_char * const restrict ret,
ret->dim[i].stride = (ret->dim[i-1].ubound + 1) * ret->dim[i-1].stride;
}
}
+ else
+ {
+ if (size0 ((array_t *) ret) == 0)
+ return;
+ }
n = 0;
for (dim = 0; dim < GFC_DESCRIPTOR_RANK (array); dim++)