aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute/loop-2b.x
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/execute/loop-2b.x')
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/loop-2b.x15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/loop-2b.x b/gcc/testsuite/gcc.c-torture/execute/loop-2b.x
new file mode 100644
index 00000000000..9c6616cc3e9
--- /dev/null
+++ b/gcc/testsuite/gcc.c-torture/execute/loop-2b.x
@@ -0,0 +1,15 @@
+# This test has failed off and on for ages, depending on the optimization
+# level and the target. A rewrite of the strength reduction code is really
+# required.
+
+set torture_eval_before_execute {
+
+ set compiler_conditional_xfail_data {
+ "strength reduction lossage" \
+ "i?86-*-*" \
+ { "-O2" } \
+ { "" }
+ }
+}
+
+return 0