hugeval.x
来自「用于进行gcc测试」· X 代码 · 共 24 行
X
24 行
# This test fails under hpux 9.X and 10.X because HUGE_VAL is DBL_MAX# instead of +Infinity.global target_tripletif { [istarget "hppa*-*-hpux9*"] || [istarget "hppa*-*-hpux10*"] } { set torture_execute_xfail "$target_triplet"}# VxWorks kernel mode has the same problem.if {[istarget "*-*-vxworks*"]} { set torture_eval_before_execute { global compiler_conditional_xfail_data set compiler_conditional_xfail_data { "The kernel HUGE_VAL is defined to DBL_MAX instead of +Inf." { "*-*-*" } {} { "-mrtp" } } }}return 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?