* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.

From-SVN: r103323
This commit is contained in:
Steven G. Kargl 2005-08-21 22:04:35 +00:00 committed by Steven G. Kargl
parent e0bcf78cc8
commit beb6ae889f
2 changed files with 5 additions and 1 deletions

View 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

View 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 *****************/