summaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2003-01-30-UnionInit.c
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-29 03:16:40 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-29 03:16:40 +0000
commit2fcd29acea650c9359c3f09948082e6b28cc58e3 (patch)
tree80faf90591dfa4d581a0420b5799ff899fb2168b /test/CFrontend/2003-01-30-UnionInit.c
parent56127624e7b31c1c2477b10fae207f2991eeb72c (diff)
downloadexternal_llvm-2fcd29acea650c9359c3f09948082e6b28cc58e3.zip
external_llvm-2fcd29acea650c9359c3f09948082e6b28cc58e3.tar.gz
external_llvm-2fcd29acea650c9359c3f09948082e6b28cc58e3.tar.bz2
XFAIL this everywhere, the CFE doesn't support bitfield initialization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend/2003-01-30-UnionInit.c')
-rw-r--r--test/CFrontend/2003-01-30-UnionInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2003-01-30-UnionInit.c b/test/CFrontend/2003-01-30-UnionInit.c
index 30f8659..3e11637 100644
--- a/test/CFrontend/2003-01-30-UnionInit.c
+++ b/test/CFrontend/2003-01-30-UnionInit.c
@@ -1,6 +1,6 @@
// RUN: %llvmgcc -S %s -o /dev/null
-// XFAIL: linux,sun,darwin
+// XFAIL: *
union foo {
struct { char A, B; } X;