Issue 203317
Summary [flang] "!$omp dispatch" is not accepted
Labels
Assignees
Reporter SunilKuravinakop
    The following code containing "!$omp dispatch" is not accepted in flang.
 ```
subroutine test1(a, b, n)
 integer :: n
 real    :: a(n), b(n)

 !$omp dispatch
  a = sin(b)    ! OK
 !$omp end dispatch

 end subroutine

```

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to