aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@multimania.com>2002-07-17 17:55:23 +0000
committerRichard Henderson <rth@gcc.gnu.org>2002-07-17 10:55:23 -0700
commit90888283784269660b9143890d880642fd5becbf (patch)
tree3c8ef9890791f8b3d45150842b1b88e3ed4f2305 /gcc
parentce0ead25211d45056d6608886701484f353ca693 (diff)
downloadgcc-90888283784269660b9143890d880642fd5becbf.zip
gcc-90888283784269660b9143890d880642fd5becbf.tar.gz
gcc-90888283784269660b9143890d880642fd5becbf.tar.bz2
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. From-SVN: r55538
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/loop-2e.x4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c54d6fb..4555450 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2e.x b/gcc/testsuite/gcc.c-torture/execute/loop-2e.x
index 4365f92..d7b9f28 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" } \
{ "" }
}