Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gfortran.dg/error_format.f90 @ 132:d34655255c78
update gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 10:21:07 +0900 |
parents | 04ced10e8804 |
children |
line wrap: on
line source
! { dg-do run } ! { dg-shouldfail "Runtime error format check" } ! PR32456 IO error message should show Unit/Filename program test implicit none integer :: i open(99, status="scratch") read(99,*) i end program ! { dg-output ".*(unit = 99, file = .*)" } ! { dg-output "Fortran runtime error: End of file" }