strncmp-1.x

来自「用于进行gcc测试」· X 代码 · 共 17 行

X
17
字号
if {[istarget i?86-*-vxworks*]    || [istarget mips*-*-vxworks*]    || [istarget sh*-*-vxworks*]    || [istarget sparc*-*-vxworks*]} {    # The kernel strncmp doesn't perform unsigned comparisons.    set torture_eval_before_execute {	global compiler_conditional_xfail_data	set compiler_conditional_xfail_data {	    "The kernel strncmp doesn't perform unsigned comparisons."	    { "*-*-*" }	    {}	    { "-mrtp" }	}    }}return 0

⌨️ 快捷键说明

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