This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, libgfortran] Fix PR26136 List directed input with underfilled (logicals) array read incorrectly



On Feb 16, 2006, at 11:27 PM, Jerry DeLisle wrote:


To accomplish this I used the existing value[] array in st_parameter_dt which is 32 bytes in size. This limits the size of variable names that can be scanned ahead to 31 characters which is f95 compliant. I realize that as an extension, gfortran can have longer names. I use the existing item_count integer as an index into the array.

Isn't 2003's limit 255?


Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]