Re: [PATCH] PR fortran/78739 -- detect statement function name conflict

2019-08-16 Thread Janne Blomqvist
On Sat, Aug 17, 2019 at 2:47 AM Steve Kargl wrote: > > The attach patch checks that a statement function name > does not conflict the name of the containing function. > Regression tested on x86_64-*-freebsd. OK to commit? > > 2019-08-16 Steven G. Kargl > > PR fortran/78739 > *

[PATCH] PR fortran/78739 -- detect statement function name conflict

2019-08-16 Thread Steve Kargl
The attach patch checks that a statement function name does not conflict the name of the containing function. Regression tested on x86_64-*-freebsd. OK to commit? 2019-08-16 Steven G. Kargl PR fortran/78739 * match.c (gfc_match_st_function): When matching a statement function