OSDN Git Service

2010-04-27 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / allocatable_scalar_2.f90
1 ! { dg-do compile }
2 ! { dg-options "-std=f95" }
3
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!
7
8 integer, allocatable :: x ! { dg-error "may not be ALLOCATABLE" }
9
10 end
11