PR tree-optimization/86415 - strlen() not folded for substrings within constant arrays
[official-gcc.git] / gcc / testsuite / gfortran.dg / endfile_4.f90
blob351643781d0da94695f14cdc48a6a68bfd31b0b2
1 ! { dg-do run { target fd_truncate } }
2 ! pr44477 ENDFILE not allowed after ENDFILE
3 !-------------------------------------------
4 open(10, form='formatted', &
5 action='write', position='rewind', status="scratch")
6 endfile(10)
7 endfile(10) ! { dg-shouldfail "Cannot perform ENDFILE" }
8 end