Re: [PATCH] PR fortran/91660 -- Improve and restore error messages

2019-09-05 Thread Janne Blomqvist
On Thu, Sep 5, 2019 at 7:51 AM Steve Kargl wrote: > > Built and regression tested on x86_64-*-freebsd. > > The patch restores an improved error message for a malformed > type-spec. See pr91660_1.f90 for code demonstrating problem. > While here, improve the error messages for other malformed > typ

[PATCH] PR fortran/91660 -- Improve and restore error messages

2019-09-04 Thread Steve Kargl
Built and regression tested on x86_64-*-freebsd. The patch restores an improved error message for a malformed type-spec. See pr91660_1.f90 for code demonstrating problem. While here, improve the error messages for other malformed type-specs. Sett pr91660_2.f90. OK to commit? 2019-09-04 Steven