Re: [Patch, Fortran] PR92754 - fix an issue with resolving intrinsic functions

2019-12-04 Thread Janne Blomqvist
On Tue, Dec 3, 2019 at 6:41 PM Tobias Burnus wrote: > > The problem here is that one gets two symbols - one inside the block and > one outside and they do not really agree whether one has a function or a > variable – which later gives an ICE. As sym->module was "(intrinsic)" > and FL_VARIABLE, one

[Patch, Fortran] PR92754 - fix an issue with resolving intrinsic functions

2019-12-03 Thread Tobias Burnus
The problem here is that one gets two symbols - one inside the block and one outside and they do not really agree whether one has a function or a variable – which later gives an ICE. As sym->module was "(intrinsic)" and FL_VARIABLE, one was running into an assert. The problem is that when reso