nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr93686_4.f90
blobff3ae764ab778ea90d43403aef687d3069b999a2
1 ! { dg-do compile }
2 ! PR fortran/93686
4 type t
5 end type
6 type(t), pointer :: x
7 data x / ! { dg-error "part-ref with pointer attribute near ... is not rightmost part-ref of data-stmt-object" }
8 end