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] PR24794 namelist input of character array


Jerry DeLisle wrote:
:REVIEWPATCH fortran:

Jerry DeLisle wrote:

As a follow-on I will check that all other types are handled correctly in this situation, not just character types.



After some more testing and study I have a further minor change to this patch that I will be submitting a bit later. This will allow ' ' separated objects. After I 'discovered' this I encountered four regressions. Three of the four failed because they did not comply with the standard requirement that character strings must be quote delimited in a namelist input file. The fourth and last case involves derived types, aka 'tricky'.


I will report back when I figure it out.

Jerry


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