OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [error_format.f90] - Blame information for rev 424

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
! { dg-shouldfail "Runtime error format check" }
3
! PR32456 IO error message should show Unit/Filename
4
program test
5
  implicit none
6
  integer :: i
7
  open(99, status="scratch")
8
  read(99,*) i
9
end program
10
! { dg-output ".*(unit = 99, file = .*)" }
11
! { dg-output "Fortran runtime error: End of file" }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.