diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/builtin-constant.x | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4b38fb0..614047a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * gcc.c-torture/execute/builtin-constant.x: XFAIL the test. + 2003-01-15 Stephane Carrez <stcarrez@nerim.fr> * gcc.c-torture/compile/20000804-1.x: Don't execute this test at diff --git a/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x b/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x new file mode 100644 index 0000000..f1a6be7 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/execute/builtin-constant.x @@ -0,0 +1,11 @@ +set torture_eval_before_execute { + global compiler_conditional_xfail_data + set compiler_conditional_xfail_data { + "This test fails on all targets when optimizing." \ + { "*-*-*" } \ + { "*" } \ + { "-O0" } + } +} + +return 0 |
