Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gfortran.dg / io_invalid_1.f90
blob0dbcf631e4bc184a931ebcd28ab715583943843f
1 ! { dg-do compile }
2 ! PR fortran/20842
3 WRITE(UNIT=6,END=999) 0 ! { dg-error "END tag .* not allowed in output statement" }
4 999 CONTINUE
5 END