https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80257

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
What is the output at run time of the following test?

Program RunTimeCheck
  implicit none

  call sub()

contains
  subroutine sub()
    print *, 'Hello World'
  end subroutine sub
end Program RunTimeCheck

Reply via email to