Re: [PATCH] PR fortran/65453 -- procedure statement vs subprogram name clash

2018-03-18 Thread Thomas König
Hi Steve, The attached patch fixes an ICE by detecting a name clash between a procedure statement and a contained subprogram. Regression tested on x86_64-*-freebsd. The patch is OK. Thanks! Regards Thomas (In case anybody is wondering about my e-mail address: I have a new one and

[PATCH] PR fortran/65453 -- procedure statement vs subprogram name clash

2018-03-16 Thread Steve Kargl
The attached patch fixes an ICE by detecting a name clash between a procedure statement and a contained subprogram. Regression tested on x86_64-*-freebsd. 2018-03-16 Steven G. Kargl PR fortran/65453 * decl.c (get_proc_name): Catch clash between a procedure statement an