Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gfortran.dg / empty_label_typedecl.f90
blobd4e7f4781ae546c863206af3b2b7dca5f16fb562
1 ! { dg-do compile }
2 subroutine s
3 type t
4 1 ! { dg-error "Statement label without statement" }
5 end type
6 end subroutine