Skip to content

Commit 02ee1fe

Browse files
clazissartemiy-volkov
authored andcommitted
arc64: Fix dg predicate for ARC64/ARC32 toolchain
1 parent b377e04 commit 02ee1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/testsuite/gcc.target/arc64/arc64.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# GCC testsuite that uses the `dg.exp' driver.
1818

1919
# Exit immediately if this isn't an arc target.
20-
if ![istarget arc*-*-*] then {
20+
if { (![istarget arc64-*-*] && ![istarget arc32-*-*]) } then {
2121
return
2222
}
2323

0 commit comments

Comments
 (0)