From: Eric Botcazou Date: Sun, 24 Nov 2002 22:06:04 +0000 (+0000) Subject: loop-2e.x: Let the testcase XFAIL for all x86 processors. X-Git-Tag: releases/gcc-3.2.2~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5038ee7f9d2de20ac7012c8192b8eaa16394986;p=thirdparty%2Fgcc.git loop-2e.x: Let the testcase XFAIL for all x86 processors. * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6eb867eb1496..7158a857a34c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-11-24  Eric Botcazou   + + * 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   * gcc.c-torture/compile/20021123-4.c: New test. diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2e.x b/gcc/testsuite/gcc.c-torture/execute/loop-2e.x index 4365f92122b3..d7b9f285097d 100644 --- a/gcc/testsuite/gcc.c-torture/execute/loop-2e.x +++ b/gcc/testsuite/gcc.c-torture/execute/loop-2e.x @@ -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" } \ { "" } } diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-3c.x b/gcc/testsuite/gcc.c-torture/execute/loop-3c.x index a98f54941c55..a613a08ffa65 100644 --- a/gcc/testsuite/gcc.c-torture/execute/loop-3c.x +++ b/gcc/testsuite/gcc.c-torture/execute/loop-3c.x @@ -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" } \ { "" } }