aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x
blob: f1a6be7f02e423ece2fe370e3d6a9d7aced4470b (plain)
1
2
3
4
5
6
7
8
9
10
11
set torture_eval_before_execute {
    global compiler_conditional_xfail_data
    set compiler_conditional_xfail_data {
        "This test fails on all targets when optimizing." \
        { "*-*-*" } \
        { "*" } \
        { "-O0" }
    }
}

return 0