aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr77978_2.f90
blob: d6f2e78cf4329c17ab121ef1810754251c7f9a2a (plain)
1
2
3
4
5
! { dg-do compile }
! { dg-options "-std=f2008" }
subroutine a1
  stop666 ! { dg-error "Blank required in STOP" }
end subroutine a1