Skip to content

Commit 914fa67

Browse files
authored
[flang] Add target=sparc check for big endian (NFC) (#105854)
1 parent 5afd39d commit 914fa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Semantics/data08.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! RUN: %flang_fc1 -fdebug-dump-symbols -pedantic %s 2>&1 | FileCheck %s \
2-
! RUN: --check-prefixes=%if system-aix %{"CHECK","BE"%} \
2+
! RUN: --check-prefixes=%if target={{.*-aix.*|sparc.*}} %{"CHECK","BE"%} \
33
! RUN: %else %{"CHECK","LE"%}
44

55
! CHECK: DATA statement value initializes 'jx' of type 'INTEGER(4)' with CHARACTER

0 commit comments

Comments
 (0)