merge with trunk @ 139506
[official-gcc.git] / gcc / testsuite / gfortran.dg / finalize_9.f03
blob464036efc388532a0cf75349031a5667b9a5e0c2
1 ! { dg-do compile }
3 ! Parsing of finalizer procedure definitions.
4 ! While ALLOCATABLE scalars are not implemented, this even used to ICE.
5 ! Thanks Tobias Burnus for the test!
7 integer, allocatable :: x ! { dg-error "may not be ALLOCATABLE" }
8 end