lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / line_length_11.f90
blob2125f5458eaae0873fb81a8e0f903b1ef52f3a18
1 ! { dg-do compile }
2 ! { dg-options "-Wno-all -std=f2018" }
4 ! By default, for free-form source code: Error out
5 ! But due to the explicit -Wno-all, compile w/o warning
7 print *, 1 + 2
8 end