Re: [Patch, fortran][9/10 Regression] PR 93236 -fno-automatic and RECURSIVE

2020-01-16 Thread Tobias Burnus
On 1/16/20 3:47 PM, Mark Eggleston wrote: Please find attached patch to fix this regression. OK for master and 9 branch? OK for both – thanks! As note to others: * Up to Fortran 2008, 'recursive' attribute is required if a proc is recursively used; since Fortran 2018 recursive is the default

[Patch, fortran][9/10 Regression] PR 93236 -fno-automatic and RECURSIVE

2020-01-16 Thread Mark Eggleston
Please find attached patch to fix this regression. OK for master and 9 branch? Change logs: gcc/fortran     Mark Eggleston      PR fortran/93236     * resolve.c (resolve_types): Declare boolean recursive and set with the     value of the recursive attribute of namespace proc_name symbol