[flang] Do not ICE on recursive function definition in function result
The following code causes the compiler to ICE in several places due to lack of support of recursive procedure definitions through the function result. function foo() result(r) procedure(foo), pointer :: r end function foo
Loading
Please sign in to comment