Re: [PATCH] PR fortran/87907 -- Don't dereference a NULL pointer

2019-06-19 Thread Paul Richard Thomas
Hi Steve, I'm surprised that you didn't commit as obvious :-) OK for trunk. Thanks Paul On Tue, 18 Jun 2019 at 20:30, Steve Kargl wrote: > > The attach patch has been regression tested on x86_64-*-freebsd. > If the pointer is NULL, the function simply returns. It seems > that gfortran then

[PATCH] PR fortran/87907 -- Don't dereference a NULL pointer

2019-06-18 Thread Steve Kargl
The attach patch has been regression tested on x86_64-*-freebsd. If the pointer is NULL, the function simply returns. It seems that gfortran then does the Right Thing. OK to commit? 2019-06-18 Steven G. Kargl PR fortran/87907 * resolve.c (resolve_contained_fntype): Do not