summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x
blob: 7a2e31466756cf8d50248b64a775aff1c69e41d0 (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." \
        { "*-*-*" } \
        { "-O1" } \
        { "" }
    }
}

return 0