summaryrefslogtreecommitdiff
path: root/libgfortran/generated/any_l4.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/any_l4.c')
-rw-r--r--libgfortran/generated/any_l4.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgfortran/generated/any_l4.c b/libgfortran/generated/any_l4.c
index 82166911db7..0dfbc7ae4d5 100644
--- a/libgfortran/generated/any_l4.c
+++ b/libgfortran/generated/any_l4.c
@@ -40,10 +40,10 @@ export_proto(any_l4);
void
any_l4 (gfc_array_l4 *retarray, gfc_array_l4 *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_4 *base;
GFC_LOGICAL_4 *dest;
index_type rank;