1 ! RUN: %flang_fc1 -fdebug-dump-symbols -pedantic %s 2>&1 | FileCheck %s \
2 ! RUN: --check-prefixes=%if target={{.*-aix.*|sparc.*}} %{"CHECK","BE"%} \
3 ! RUN: %else %{"CHECK","LE"%}
5 ! CHECK: DATA statement value initializes 'jx' of type 'INTEGER(4)' with CHARACTER
6 ! CHECK: DATA statement value initializes 'jy' of type 'INTEGER(4)' with CHARACTER
7 ! CHECK: DATA statement value initializes 'jz' of type 'INTEGER(4)' with CHARACTER
8 ! CHECK: DATA statement value initializes 'kx' of type 'INTEGER(8)' with CHARACTER
9 ! LE: jx (InDataStmt) size=4 offset=0: ObjectEntity type: INTEGER(4) init:1684234849_4
10 ! BE: jx (InDataStmt) size=4 offset=0: ObjectEntity type: INTEGER(4) init:1633837924_4
11 ! LE: jy (InDataStmt) size=4 offset=4: ObjectEntity type: INTEGER(4) init:543384161_4
12 ! BE: jy (InDataStmt) size=4 offset=4: ObjectEntity type: INTEGER(4) init:1633837856_4
13 ! LE: jz (InDataStmt) size=4 offset=8: ObjectEntity type: INTEGER(4) init:1684234849_4
14 ! BE: jz (InDataStmt) size=4 offset=8: ObjectEntity type: INTEGER(4) init:1633837924_4
15 ! LE: kx (InDataStmt) size=8 offset=16: ObjectEntity type: INTEGER(8) init:7523094288207667809_8
16 ! BE: kx (InDataStmt) size=8 offset=16: ObjectEntity type: INTEGER(8) init:7017280452245743464_8