Shane Parker
Results
1
comments of
Shane Parker
trafficstars
There's a similar error for contiguous and asynchronous: > cat test.f03 subroutine test implicit none integer, dimension(:), pointer, contiguous, asynchronous :: x end subroutine test > flang -c test.f03 F90-S-0134-Illegal...