gcc/testsuite/
* gcc.c-torture/execute/ieee/hugeval.x: XFAIL for VxWorks kernel
mode.
From-SVN: r122702
+2007-03-08 Richard Sandiford <richard@codesourcery.com>
+
+ * gcc.c-torture/execute/ieee/hugeval.x: XFAIL for VxWorks kernel
+ mode.
+
2007-03-08 Richard Sandiford <richard@codesourcery.com>
* gcc.c-torture/execute/builtins/memmove-lib.c: Include lib/bzero.c
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