RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / blockdata_10.f90
blobce7ba25c269a89dc8a35a046a3f0d129f737b6db
1 ! { dg-do compile }
3 ! PR 88009: [9 Regression] ICE in find_intrinsic_vtab, at fortran/class.c:2761
5 ! Contributed by G. Steinmetz <gscfq@t-online.de>
7 module m
8 class(*), allocatable :: z
9 end
10 block data
11 use m
12 z = 'z' ! { dg-error "assignment statement is not allowed|Unexpected assignment statement" }
13 end