Thirumalai-Shaktivel wrote:

Hi @ivanradanov, thanks for the PR!

I tried building and testing this PR. And came across a case where it seg 
faults. Can you please check it?
```fortran
program test
        real :: arr_01(10)
        !$omp parallel workshare
            arr_01 = arr_01*2
        !$omp end parallel workshare
end program
```

https://github.com/llvm/llvm-project/pull/104748
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to