* fi.po: Update.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr77978_2.f90
blobd6f2e78cf4329c17ab121ef1810754251c7f9a2a
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008" }
3 subroutine a1
4 stop666 ! { dg-error "Blank required in STOP" }
5 end subroutine a1