PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / allocate_assumed_charlen_3.f90
blob2380f7bfcda1567e34356bebab0e0023af3f7ebc
1 ! { dg-do compile }
2 ! PR Fortran/83741
3 ! Contributed by Gerhard Steinmetz <gscfq at t-online dot de>
4 program p
5 allocate (character(*) :: x) ! { dg-error "Incompatible allocate-object" }
6 end