Skip to content

[flang][runtime] PAUSE statement does not actually pause program #166094

@foxtran

Description

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    flang:runtimequestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions