loop-2e.x: Let the testcase XFAIL for all x86 processors.
authorEric Botcazou <ebotcazou@multimania.com>
Wed, 17 Jul 2002 17:55:23 +0000 (17:55 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 17 Jul 2002 17:55:23 +0000 (10:55 -0700)
 * gcc.c-torture/execute/loop-2e.x: Let the testcase
 XFAIL for all x86 processors.

From-SVN: r55538

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/loop-2e.x

index c54d6fb249c982701024c65f804a2d9ae7ae8705..45554509034d6a81326ea263ee543d902e617ed7 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
+
+       * gcc.c-torture/execute/loop-2e.x: Let the testcase
+       XFAIL for all x86 processors.
+
 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
 
        * gcc.c-torture/execute/20010122-1.x: Do not test with
index 4365f92122b31766b3e080ecde55310dacc5bc26..d7b9f285097d4f8b2ae21b3527116906b8a666d0 100644 (file)
@@ -6,12 +6,12 @@ if { [istarget "m68k-motorola-sysv"] || [istarget "m88k-motorola-sysv3"] } {
       set torture_compile_xfail "$target_triplet"
 }
 
-if { [istarget "i686-*"] } {
+if { [istarget "i?86-*"] } {
     set torture_eval_before_execute {
        global compiler_conditional_xfail_data
        set compiler_conditional_xfail_data {
            "Loop optimiser bug" \
-                   "i686-*" \
+                   "i?86-*" \
                    { "-Os" } \
                    { "" }
        }