Issue 166094
Summary [flang][runtime] PAUSE statement does not actually pause program
Labels flang
Assignees
Reporter foxtran
    Execution of the following program is not suspending, when PAUSE statement is executed:
```
program pause_test
   do i = 1, 5
     print *, i
 PAUSE 12
   end do
end program pause_test
```

Meantime, `libgfortran` requests to type `go` to continue execution.

See an example here:
https://godbolt.org/z/nenPKKx9h
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to