[flang-commits] [flang] [Flang] Remove redundant check for CrayPointer (PR #123171)

Thirumalai Shaktivel via flang-commits flang-commits at lists.llvm.org
Thu Jan 16 01:12:14 PST 2025


Thirumalai-Shaktivel wrote:

I have a doubt,

Consider an example
```fortran
program test
real :: pte(*)
! pointer(pte, ptr)
end program
```
For which, pte would be assumed rank array unless we use pointer(pte, ptr) to create CrayPointer and mark pte as CrayPointee. Is my understand correct? 

@jeanPerier @tblah @kiranchandramohan 

https://github.com/llvm/llvm-project/pull/123171


More information about the flang-commits mailing list