Re: [PATCH] PR fortran/77414 -- catch re-declaration of subroutines

2018-03-18 Thread Thomas Koenig
Hi Steve, The attached patch fixes an ICE by reporting an error for the re-declaration of a subroutine by trying to include itself as an internal subprogram. Regression tested on x86_64-*-freebsd and i568-*-freebsd. OK to commit? Also ok. Thanks for the patch! Regards Thomas

[PATCH] PR fortran/77414 -- catch re-declaration of subroutines

2018-03-18 Thread Steve Kargl
The attached patch fixes an ICE by reporting an error for the re-declaration of a subroutine by trying to include itself as an internal subprogram. Regression tested on x86_64-*-freebsd and i568-*-freebsd. OK to commit? 2018-03-17 Steven G. Kargl PR fortran/77414 * decl.c (ge