lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95882_5.f90
blobdcdf53040529e2b584018491f1871a6f237c45eb
1 ! { dg-do compile }
3 program p
4 character(0/(0)) :: c = '123456789' ! { dg-error "Division by zero" }
5 common c
6 end