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

[patch, Fortran] Fix PR 82372

2017-10-10 Thread Thomas Koenig
Hello world, the attached patch displays an error for characters which are outside the normal Fortran character set, and includes a hex code when it is not printable. gfortran 4.9 did display unprintable characters in the file, so it might be argued that this bug is a regression. Regression-tes