This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Maximum identifier length
- From: Paul Brook <paul at nowt dot org>
- To: Erik Schnetter <schnetter at uni-tuebingen dot de>, fortran at gcc dot gnu dot org
- Date: Fri, 21 Nov 2003 19:08:48 +0000
- Subject: Re: Maximum identifier length
- References: <200311211558.26646.schnetter@uni-tuebingen.de>
On Friday 21 November 2003 2:58 pm, Erik Schnetter wrote:
> Gfortran has currently a maximum identifier length of 31. Fortran 2003
> will increase this to 63 (R304). Is it possible to increase the limit
> in Gfortran already now?
Change GFC_MAX_SYMBOL_LENGTH in gfortran.h
Anything that doesn't respect this is a bug.
Paul