Re: *PING* [Patch] Fortran: Fixes for pointer function call as variable (PR96896)

2020-09-07 Thread Thomas Koenig via Gcc-patches
Hi Tobias, *PING* OK. Thanks for the patch! Regards Thomas

*PING* [Patch] Fortran: Fixes for pointer function call as variable (PR96896)

2020-09-07 Thread Tobias Burnus
*PING* On 9/2/20 5:02 PM, Tobias Burnus wrote: During some discussion such an example as attached came up: f() = 0.0 where 'f' is a function which returns a pointer to an array. This gets handled as _F.D0 => f() _F.D0 = 0.0 However, the first line did fail with a rank error as the rank was