1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 ! Check that expressions are analyzed in data statements
9 !ERROR: Value in structure constructor of type 'INTEGER(4)' is incompatible with component 'c' of type 'CHARACTER(KIND=1,LEN=1_8)'
16 !ERROR: Unsupported REAL(KIND=99)
18 !ERROR: Unsupported REAL(KIND=99)
20 !ERROR: INTEGER(KIND=99) is not a supported type
22 !ERROR: INTEGER(KIND=99) is not a supported type
28 !ERROR: Unsupported REAL(KIND=99)
29 data z1
/(1.0, 2.0_99
)/
30 !ERROR: Unsupported REAL(KIND=99)
31 data z2
/-(1.0, 2.0_99
)/