Re: [Patch, Fortran] PR58787 ICE (error recovery) in check_proc_interface

2018-10-12 Thread Paul Richard Thomas
Hi Tobias, This is OK. Thanks for the patch and the extra careful regtesting :-) Paul On Fri, 12 Oct 2018 at 00:17, Tobias Burnus wrote: > > Next patch, next try … > > The problem is the following: We have a use-associated symbol (a > function) – which is once referenced (by use association).

[Patch, Fortran] PR58787 ICE (error recovery) in check_proc_interface

2018-10-11 Thread Tobias Burnus
Next patch, next try … The problem is the following: We have a use-associated symbol (a function) – which is once referenced (by use association). We now declare a same-name function in the 'contains' section. gfortran now parses the function name, fetches the symbol and reports that one