* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.
authorSteven G. Kargl <kargls@comcast.net>
Sun, 21 Aug 2005 22:04:35 +0000 (22:04 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sun, 21 Aug 2005 22:04:35 +0000 (22:04 +0000)
From-SVN: r103323

gcc/fortran/ChangeLog
gcc/fortran/array.c

index 90697abca3a961b711f43191e70fc6b60ad84935..ee144e44a4ae574230301636c146c81fb46509ff 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-21  Steven G. Kargl  <kargls@comcast.net>
+
+       * array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.
+
 2005-08-21  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
 
        * gfortran.h (gfc_option_t): Remove source field.  Add
index 72b92a8368bd7f0f1aa214fe159cd2f1c95aab3d..3e44e8577dfde2cd97a620de3c497f822c2f98c7 100644 (file)
@@ -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 *****************/