981223-1.x

来自「gcc-you can use this code to learn somet」· X 代码 · 共 21 行

X
21
字号
# 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?