OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [open_status_2.f90] - Blame information for rev 749

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

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do run }
2
! PR 24945
3
! Test reopening file without status specifier or with
4
! status='unknown'. The standard says that these two must behave
5
! identically, but the actual behaviour is processor dependent.
6
program open_status_2
7
  open(10, file="f", form='unformatted', status='unknown')
8
  open(10, file="f", form='unformatted', status='unknown')
9
  open(10, file="f", form='unformatted')
10
  close(10, status='delete')
11
end program open_status_2
12
 

powered by: WebSVN 2.1.0

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