2017-12-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / derived_comp_array_ref_8.f90
blob739f4adfb789dac2460fb9ba74b94ff0d287d7c3
1 ! { dg-do compile }
3 ! PR fortran/52325
5 real :: f
6 cc%a = 5 ! { dg-error "Symbol 'cc' at .1. has no IMPLICIT type" }
7 f%a = 5 ! { dg-error "Unexpected '%' for nonderived-type variable 'f' at" }
8 end