aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/simd-4.x
blob: f5644cb24fc7b86ae10e7647de57f0852099624c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This doesn't work on sparc*-*-* at -O0.

set torture_eval_before_compile {
    global compiler_conditional_xfail_data
    set compiler_conditional_xfail_data {
      "PR target/12916" \
      { "sparc*-*-*" } \
      { "-O0" } \
      { "" }
    }
}

return 0