Commit beb6ae88 by Steven G. Kargl Committed by Steven G. Kargl

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

From-SVN: r103323
parent e0bcf78c
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
......
......@@ -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 *****************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment