* gcc.c-torture/execute/20020720-1.x: Disable on bfin*-*.
authorBernd Schmidt <bernd.schmidt@analog.com>
Wed, 6 Apr 2005 10:07:18 +0000 (10:07 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 6 Apr 2005 10:07:18 +0000 (10:07 +0000)
From-SVN: r97711

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20020720-1.x

index cda7c55c23058ee1dba05791979bcd10de69bfbb..baced9570b4ab1166ef36a36558b2d0c99c69d0e 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-06  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * gcc.c-torture/execute/20020720-1.x: Disable on bfin*-*.
+
 2005-04-06  Dorit Naishlos  <dorit@il.ibm.com>
 
        * gfortran.dg/vect/vect-5.f90: xfail for lp64. 
index 8020ef131da77765f1b035b17e13f383983cff06..6791a1f5d1259865102771c7b9b7030094520505 100644 (file)
@@ -29,7 +29,7 @@ set torture_eval_before_compile {
     set compiler_conditional_xfail_data {
         "This test fails to optimize completely on certain platforms." \
         { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" \
-         "h8300*-*-*" "frv-*-*" "powerpc*-*-*" "rs6000-*-*" } \
+         "h8300*-*-*" "frv-*-*" "powerpc*-*-*" "rs6000-*-*" "bfin*-*" } \
         { "*" } \
         { "-O0" }
     }