]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
loop-2e.x: Let the testcase XFAIL for all x86 processors.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 24 Nov 2002 22:06:04 +0000 (22:06 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 24 Nov 2002 22:06:04 +0000 (22:06 +0000)
* gcc.c-torture/execute/loop-2e.x: Let the testcase
XFAIL for all x86 processors.
* gcc.c-torture/execute/loop-3c.x: Likewise.

From-SVN: r59438

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

index 6eb867eb1496c6e13b2cdfd9900f130594242ead..7158a857a34c8dcfc3c3fb562b99ae2226528413 100644 (file)
@@ -1,3 +1,9 @@
+2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.c-torture/execute/loop-2e.x: Let the testcase
+       XFAIL for all x86 processors.
+       * gcc.c-torture/execute/loop-3c.x: Likewise.
+
 2002-11-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * gcc.c-torture/compile/20021123-4.c: New test.
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" } \
                    { "" }
        }
index a98f54941c552e3e7c5cf6b4fa24112c7c383c14..a613a08ffa6513fc9860a2677855b133ac95385f 100644 (file)
@@ -1,9 +1,9 @@
-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" } \
                    { "" }
        }