* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gfortran.dg / char_decl_1.f90
blob3bef08342eed7effe1b476a62bff871542f6f9c8
1 ! { dg-do compile }
2 ! { dg-options "-std=legacy" }
4 ! PR32644 "CHARACTER*1, c" produces "Unclassifiable statement"
5 program f
6 character*1, c
7 end program f