aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2006-11-10 04:53:50 +0000
committerTanya Lattner <tonic@nondot.org>2006-11-10 04:53:50 +0000
commit9f852e9decda58ae2620390e14ada5179e4a28d1 (patch)
tree4644d251fd1d7a4c46cd71b638af5c9a0bd2590b /test/CFrontend
parent1e7aa5c209109d07af30c8a2e9bfd82cf3824246 (diff)
downloadexternal_llvm-9f852e9decda58ae2620390e14ada5179e4a28d1.zip
external_llvm-9f852e9decda58ae2620390e14ada5179e4a28d1.tar.gz
external_llvm-9f852e9decda58ae2620390e14ada5179e4a28d1.tar.bz2
xfail for llvmgcc3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2006-07-31-PR854.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CFrontend/2006-07-31-PR854.c b/test/CFrontend/2006-07-31-PR854.c
index 516085a..1aa9a4c 100644
--- a/test/CFrontend/2006-07-31-PR854.c
+++ b/test/CFrontend/2006-07-31-PR854.c
@@ -1,5 +1,6 @@
// RUN: %llvmgcc %s -S -o -
// PR854
+// XFAIL: llvmgcc3
struct kernel_symbol {
unsigned long value;
};