* cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup profile
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr71730.f90
blobf0d48c43e6f6c2f6b31e88378365db231b9b46a8
1 ! { dg-do compile }
2 subroutine foo
3 implicit none
4 character(len=bar) :: a ! { dg-error "Scalar INTEGER expression" }
5 end subroutine foo