aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/simd-5.x
blob: 81c9ccaa2f53d105a66a473c61182708d6f7a90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# h8300 does not have long long
if { [istarget "h8300-*-*"] } {
    return 1;
}

# PowerPC-64 doesn't handle this; see PR target/9680
set torture_eval_before_compile {
    set compiler_conditional_xfail_data {
        "PR target/9680" \
        "powerpc64-*-*" \
        { "*" } \
        { "" }
    }
}

return 0