1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
3 ! Check that expressions are analyzed in data statements
10 !ERROR: Value in structure constructor of type INTEGER(4) is incompatible with component 'c' of type CHARACTER(KIND=1,LEN=1_8)
17 !ERROR: Unsupported REAL(KIND=99)
19 !ERROR: Unsupported REAL(KIND=99)
21 !ERROR: INTEGER(KIND=99) is not a supported type
23 !ERROR: INTEGER(KIND=99) is not a supported type
29 !ERROR: Unsupported REAL(KIND=99)
30 data z1
/(1.0, 2.0_99
)/
31 !ERROR: Unsupported REAL(KIND=99)
32 data z2
/-(1.0, 2.0_99
)/