You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cat test.f90program test implicit none integer :: x(3), i !$omp parallel do lastprivate(x) do i = 1, 10 x = (/ i, i, i /) end do if (any(x /= (/ 10, 10, 10 /))) stop 1end program
Error message:
$ flang-new -fopenmp test.f90error: loc("./test.f90":1:1): 'scf.if' op expects region #0 to have 0 or 1 blockserror: Lowering to LLVM IR failederror: loc("./test.f90":1:1): cannot be converted to LLVM IR: missing `LLVMTranslationDialectInterface` registration for dialect for op: func.func
Uh oh!
There was an error while loading. Please reload this page.
Error message:
Stack dump:
Program arguments:
The text was updated successfully, but these errors were encountered: