diff options
Diffstat (limited to 'gcc/fortran/array.c')
-rw-r--r-- | gcc/fortran/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/array.c b/gcc/fortran/array.c index 72b92a8..3e44e85 100644 --- a/gcc/fortran/array.c +++ b/gcc/fortran/array.c @@ -28,7 +28,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA will expand to an array constructor without iterators. Constructors larger than this will remain in the iterator form. */ -#define GFC_MAX_AC_EXPAND 100 +#define GFC_MAX_AC_EXPAND 65535 /**************** Array reference matching subroutines *****************/ |