diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e9b24f66112..0d3d209c8e6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2003-03-08 Hans-Peter Nilsson + * 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 diff --git a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x index 76e446be4d1..58e311c0d3c 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" } }