diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/20020720-1.x | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e9b24f6..0d3d209 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com> + * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*. + * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware. 2003-03-08 Neil Booth <neil@daikokuya.co.uk> diff --git a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x index 76e446b..58e311c 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x +++ b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x @@ -15,7 +15,8 @@ set torture_eval_before_compile { global compiler_conditional_xfail_data set compiler_conditional_xfail_data { "This test fails to optimize completely on certain platforms." \ - { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" "h8300*-*-*" "x86_64-*-*" } \ + { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \ + "h8300*-*-*" "x86_64-*-*" "cris-*-*" } \ { "*" } \ { "-O0" } } |
