summaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-20 18:06:39 +0000
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-20 18:06:39 +0000
commitb7c999eb07e0432010b685ad9037824d875052f1 (patch)
tree46319fcc28de99bb76e790a1bab100d98acd2759 /gcc/testsuite
parent15d769aab42c4ea8a8863b8b37dee46c77155be0 (diff)
downloadgcc-b7c999eb07e0432010b685ad9037824d875052f1.tar.gz
2001-09-20 Andrew MacLeod <amacleod@redhat.com>
* testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3 on ia64. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45712 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/990208-1.x14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/990208-1.x b/gcc/testsuite/gcc.c-torture/execute/990208-1.x
new file mode 100644
index 00000000000..95b82b5d45e
--- /dev/null
+++ b/gcc/testsuite/gcc.c-torture/execute/990208-1.x
@@ -0,0 +1,14 @@
+# Doesn't work at -O3 because of ifcvt.c optimizations which
+# cause the 2 inlined labels to be at the same location.
+
+set torture_eval_before_execute {
+
+ set compiler_conditional_xfail_data {
+ "ifcvt transforms 2 inlined labels to the same address" \
+ "ia64-*-*" \
+ { "-O3" } \
+ { "" }
+ }
+}
+
+return 0