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: namelist with fortran77 ?


Jerry DeLisle wrote:
Dominique Dhumieres wrote:
...
Still the problem originated because both g77 and gfortran 4.0.3
accepted the data without quotes. Now I have a number of scripts
producing namelists that worked earlier but not anymore :(

As far as I can tell, this should be handled by DELIM='NONE' which seems not working (it should also be the default?). Could the experts check if this is not a regression?

I will check into this.

Jerry

I posted this as pr28607 and then found the relevant standard sections. This is not a bug. F95 Standard requires quotes or apostrophes on input to avoid ambiguity and the DELIM specifier is ignored for inputs.

Regards,

Jerry



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