[flang-commits] [flang] [Flang] Remove redundant check for	CrayPointer (PR #123171)
    Kiran Chandramohan via flang-commits 
    flang-commits at lists.llvm.org
       
    Thu Jan 16 08:49:19 PST 2025
    
    
  
kiranchandramohan 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 understanding correct?
> 
> @jeanPerier @tblah @kiranchandramohan
I am not very familiar with Cray pointers. Would @DanielCChen or @kkwli know?
https://github.com/llvm/llvm-project/pull/123171
    
    
More information about the flang-commits
mailing list