Re: [PATCH] Fix Fortran ICE in tree-nested.c (PR fortran/92781)

2019-12-05 Thread Tobias Burnus
On 12/5/19 9:10 AM, Jakub Jelinek wrote: In the following testcase, sym is the current function, we have created earlier .__result as the PARM_DECL containing pointer to the length to be returned and ..__result is a local VAR_DECL which contains the string length inside of the function and is at

[PATCH] Fix Fortran ICE in tree-nested.c (PR fortran/92781)

2019-12-05 Thread Jakub Jelinek
Hi! In the following testcase, sym is the current function, we have created earlier .__result as the PARM_DECL containing pointer to the length to be returned and ..__result is a local VAR_DECL which contains the string length inside of the function and is at the end copied to *.__result. The rea