XFAIL this everywhere, the CFE doesn't support bitfield initialization.

llvm-svn: 19173
This commit is contained in:
Reid Spencer 2004-12-29 03:16:40 +00:00
parent 03a53912a7
commit 9dd73a8ff6

View File

@ -1,6 +1,6 @@
// RUN: %llvmgcc -S %s -o /dev/null
// XFAIL: linux,sun,darwin
// XFAIL: *
union foo {
struct { char A, B; } X;