Re: [patch, Fortran] Fix PR 82372

2017-10-10 Thread Thomas Koenig
Hi Steve, the attached patch displays an error for characters which are outside the normal Fortran character set, and includes a hex If this ^ corresponds to this statement, +char valid_chars[] = + "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"

Re: [patch, Fortran] Fix PR 82372

2017-10-10 Thread Steve Kargl
On Tue, Oct 10, 2017 at 07:42:25PM +0200, Thomas Koenig wrote: > Hello world, > > the attached patch displays an error for characters which are > outside the normal Fortran character set, and includes a hex If this ^ > code when it is not printable. > > gfortran