------- Comment #8 from jvdelisle at verizon dot net 2005-11-28 21:07 ------- Subject: Re: namelist read from non-opened file
fxcoudert at gcc dot gnu dot org wrote: > + > /* Is it unformatted? */ > - if (!(cf & (IOPARM_DT_HAS_FORMAT | IOPARM_DT_LIST_FORMAT))) > + if (!(cf & (IOPARM_DT_HAS_FORMAT | IOPARM_DT_LIST_FORMAT > + | IOPARM_DT_IONML_SET))) Yes, I think this is the exact spot I was looking at last night. I was just going to go find the right namelist define to use. I assume you tested this and it works, of course. :) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25116