lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / allocatable_scalar_2.f90
blob5ad58ca38ab3afeb4404249fd8d4c72b1f8c2427
1 ! { dg-do compile }
2 ! { dg-options "-std=f95" }
4 ! Parsing of finalizer procedure definitions.
5 ! While ALLOCATABLE scalars are not implemented, this even used to ICE.
6 ! Thanks Tobias Burnus for the test!
8 integer, allocatable :: x ! { dg-error "may not be ALLOCATABLE" }
10 end