Re: [PATCH] PR fortran/78741 -- Detect clash of entry and subroutine name
On Thu, Mar 15, 2018 at 01:18:02PM -0700, Steve Kargl wrote: > The patch is fairly slef-explanatory. Well, it would be self-explanatory if I sent the right patch. (Two pathces touch same file). -- Steve Index: gcc/fortran/decl.c ==
[PATCH] PR fortran/78741 -- Detect clash of entry and subroutine name
The patch is fairly slef-explanatory. Regression tested on x86_64-*-freebsd. OK to commit? 2018-03-15 Steven G. Kargl PR fortran/78741 * decl.c (get_proc_name): Check for clash of entry name with subroutine name. 2018-03-15 Steven G. Kargl PR fortran/78741