aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/981223-1.x
blob: f8d2aa6f938a9f822d41f578185192e09df5c77c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The problem on IA-64 is that the assembler emits
#
# Warning: Additional NOP may be necessary to workaround Itanium
# processor A/B step errata
#
# This can be fixed by adding "-mb-step" to the command line, which
# does in fact add the extra nop, if someone can tell me how to do
# that for a c-torture compile test.

set torture_eval_before_compile {

    set compiler_conditional_xfail_data {
        "need -mb-step" \
        "ia64-*-*" \
        { "-O2" "-O3" "-Os" } \
        { "" }
    }
}

return 0