Pete Steinfeld
Results
12
issues of
Pete Steinfeld
If you define a derived type with a procedure component that has a PURE interface, you can point that component at a function that's not PURE. [ProcComponentTest.f90.txt](https://github.com/flang-compiler/f18/files/3769790/ProcComponentTest.f90.txt)
We do not currently handle the case where an internal procedure calls a procedure whose name is declared in an outer scope. Here's an example program: ``` PROGRAM call_outer INTRINSIC...