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

Jerry DeLisle jvdelisle@verizon.net
Fri Feb 17 04:41:00 GMT 2006


Andrew Pinski wrote:
> 
> 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
> 
> 
I just checked, its 63 character limit in F2003.

Jerry



More information about the Gcc-patches mailing list