XFAIL this everywhere, the CFE doesn't support bitfield initialization.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 29 Dec 2004 03:16:40 +0000 (03:16 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 29 Dec 2004 03:16:40 +0000 (03:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19173 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2003-01-30-UnionInit.c

index 30f8659c5de0a5a800d1cf996d526a5a473ae62d..3e116377bcc30fea819f38a02831c6c7d21489ec 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc -S %s -o /dev/null
 
-// XFAIL: linux,sun,darwin
+// XFAIL: *
 
 union foo {
   struct { char A, B; } X;