Re: [patch, fortran] Fix PR 83664, missing check on boundary argument for eoshift

2018-01-03 Thread Janne Blomqvist
On Wed, Jan 3, 2018 at 1:13 PM, Thomas Koenig wrote: > Hello world, > > the attached patch fixes a missing check for eoshift. > > If you're wondering what the "else" belongs to - it is > > if (boundary != NULL) > > Regression-tested. OK for trunk? > > Regards > > Thomas > > 2018-01-03 T

[patch, fortran] Fix PR 83664, missing check on boundary argument for eoshift

2018-01-03 Thread Thomas Koenig
Hello world, the attached patch fixes a missing check for eoshift. If you're wondering what the "else" belongs to - it is if (boundary != NULL) Regression-tested. OK for trunk? Regards Thomas 2018-01-03 Thomas Koenig PR fortran/83664 * check.c (gfc_check_eoshif