OSDN Git Service

2005-01-11 Paul Thomas <pault@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / open_access_append_2.f90
1 ! { dg-do run }
2 ! Testcase for the GNU extension OPEN(...,ACCESS="APPEND")
3   open (10,err=900,access="append",position="asis") ! { dg-output ".*Extension.*" }
4   call abort
5  900 end