Re: [PATCH] PR fortran/87992 -- trivially stupid patch, but ...

2018-12-19 Thread Steve Kargl
On Sun, Dec 16, 2018 at 09:42:25AM -0800, Steve Kargl wrote: > The following patch removes the ICE reported in PR fortran/87992, > and restores the behavior observed with gfortran 7 and 8 (ie, > code compiles). > > The PR marks the code with ice-on-invalid-code. I don't use > CLASS in any of code

[PATCH] PR fortran/87992 -- trivially stupid patch, but ...

2018-12-16 Thread Steve Kargl
The following patch removes the ICE reported in PR fortran/87992, and restores the behavior observed with gfortran 7 and 8 (ie, code compiles). The PR marks the code with ice-on-invalid-code. I don't use CLASS in any of code and have never read the standard nor a Fortran book about CLASS. If the