Re: [patch, fortran] Simplify eoshift

2018-01-04 Thread Thomas Koenig
I wrote: here is a patch for simplifying eoshift. Along the way, I discovered two ICEs caused by wrong arguments to eoshift, which are now also caught by new checks and a corresponding test case. This already passed all of the *eoshift* tests and is regression-testing as I write this.  OK if it

[patch, fortran] Simplify eoshift

2018-01-04 Thread Thomas Koenig
Hello world, here is a patch for simplifying eoshift. Along the way, I discovered two ICEs caused by wrong arguments to eoshift, which are now also caught by new checks and a corresponding test case. This already passed all of the *eoshift* tests and is regression-testing as I write this. OK if