From 2fcd29acea650c9359c3f09948082e6b28cc58e3 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 29 Dec 2004 03:16:40 +0000 Subject: [PATCH] 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 --- test/CFrontend/2003-01-30-UnionInit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0