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

Jerry DeLisle jvdelisle@verizon.net
Fri Feb 17 14:29:00 GMT 2006


Erik Edelmann wrote:
> On Thu, Feb 16, 2006 at 10:31:04PM -0800, Jerry DeLisle wrote:
> 
>>Jerry DeLisle wrote:
>>
>>>Andrew Pinski wrote:
>>>
>>>>
>>>>
>>>>Isn't 2003's limit 255?
>>>>
>>>>Thanks,
>>>>Andrew Pinski
>>>>
>>>>
>>>
>>>I just checked, its 63 character limit in F2003.
>>>
>>
>>A comment to myself.  I think I will go ahead and implement to handle the 
>>F2003 case of 63 character name length.  Anyone else have an opinion?
> 
> 
> Sounds like a good idea to me, but in case of -std=f95 we should
> still check that names are within the F95 limit of 31.
> 

The frontend already checks for this.  To make any sense, a user would have to 
have a matching name in the namelist file.  If not, the name will not match at 
read time and an error given.  So no need for this check.

Jerry



More information about the Gcc-patches mailing list