error_format.f90

来自「用于进行gcc测试」· F90 代码 · 共 12 行

F90
12
字号
! { dg-do run }! { dg-shouldfail "Runtime error format check" }! PR32456 IO error message should show Unit/Filenameprogram test  implicit none  integer :: i  open(99, status="scratch")  read(99,*) iend program! { dg-output ".*(unit = 99, file = .*)" }! { dg-output "Fortran runtime error: End of file" }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?