lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr85520.f90
blob3e66a9020f8de016e50534be6929a6b5f805735c
1 ! { dg-do run }
2 ! PR fortran/85520
3 ! Original code from Gerhard Steinmetz <gscfq at t-online dot de>
4 program p
5 character(-huge(1)) :: c = ' '
6 if (len(c) /= 0) stop 1
7 end