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, libfortran] PR33039 Read NAMELIST: reads wrong namelist name


Jerry DeLisle wrote:
> This patch fixes this by checking for the required space after a
> namelist name.  I also allow end of line characters, mostly to avoid
> rewriting a bunch of test cases.  It seems reasonable.  The space is a
> requirement on the user, not the compiler.

I just tried using a tab character and all my compilers accepted it - I
think one could/should allow a '\t' as extension.

Tobias


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