1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 character(4) a
, b
, c
, d
, e
3 !WARNING: DATA statement value '"abcde"' for 'a' has the wrong length
5 !WARNING: DATA statement value '"abc"' for 'b' has the wrong length
7 data c
/'abcde'/ ! not a substring, conforms
8 data d
/'abc'/ ! not a substring, conforms
9 !ERROR: DATA statement designator 'e(1_8:5_8)' is out of range