1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
7 !ERROR: 'x' from host scoping unit is not accessible due to IMPORT
15 !ERROR: 'y' from host scoping unit is not accessible due to IMPORT
25 !ERROR: No explicit type declared for 'i'
26 real :: a(16) = [(i
, i
=1, 16)]
28 !ERROR: No explicit type declared for 'j'
29 data(b(j
), j
=1, 16) / 16 * 0.0 /
35 !ERROR: Must have INTEGER type, but is REAL(4)
36 real :: a(16) = [(i
, i
=1, 16)]
38 !ERROR: Must have INTEGER type, but is REAL(4)
39 data(b(j
), j
=1, 16) / 16 * 0.0 /