From: Reid Spencer Date: Wed, 29 Dec 2004 03:16:40 +0000 (+0000) Subject: XFAIL this everywhere, the CFE doesn't support bitfield initialization. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2fcd29acea650c9359c3f09948082e6b28cc58e3;p=oota-llvm.git 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 --- diff --git a/test/CFrontend/2003-01-30-UnionInit.c b/test/CFrontend/2003-01-30-UnionInit.c index 30f8659c5de..3e116377bcc 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;