URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [no_unit_error_1.f90] - Rev 844
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do run }
! { dg-shouldfail "UNIT does not exist for FLUSH" }
! PR28335 Check for error on no unit.
close(88)
flush(88) ! { dg-output "Specified UNIT in FLUSH is not connected" }
end
Go to most recent revision | Compare with Previous | Blame | View Log