diff options
Diffstat (limited to 'libgfortran/generated/count_8_l8.c')
-rw-r--r-- | libgfortran/generated/count_8_l8.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libgfortran/generated/count_8_l8.c b/libgfortran/generated/count_8_l8.c index 431b11e2482..0bcfdb83d52 100644 --- a/libgfortran/generated/count_8_l8.c +++ b/libgfortran/generated/count_8_l8.c @@ -40,10 +40,10 @@ export_proto(count_8_l8); void count_8_l8 (gfc_array_i8 *retarray, gfc_array_l8 *array, index_type *pdim) { - index_type count[GFC_MAX_DIMENSIONS - 1]; - index_type extent[GFC_MAX_DIMENSIONS - 1]; - index_type sstride[GFC_MAX_DIMENSIONS - 1]; - index_type dstride[GFC_MAX_DIMENSIONS - 1]; + index_type count[GFC_MAX_DIMENSIONS]; + index_type extent[GFC_MAX_DIMENSIONS]; + index_type sstride[GFC_MAX_DIMENSIONS]; + index_type dstride[GFC_MAX_DIMENSIONS]; GFC_LOGICAL_8 *base; GFC_INTEGER_8 *dest; index_type rank; |