This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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, fortran] PR52393 I/O: "READ format" statement with parenthesized default-char-expr


On 06/01/2016 12:25 AM, FX wrote:
>> 2016-05-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
>>
>> 	PR fortran/52393
>> 	* io.c (match_io): For READ, try to match a default character
>> 	expression. If found, set the dt format expression to this,
>> 	otherwise go back and try control list.
> 
> OK. Maybe you could add some ânegativeâ tests too? To be sure we still catch malformed parenthesized formats?
> 
> FX
> 

Thanks for review!  yes I will add some tests.

Jerry


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