projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5612762
)
XFAIL this everywhere, the CFE doesn't support bitfield initialization.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 29 Dec 2004 03:16:40 +0000
(
03:16
+0000)
committer
Reid 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
patch
|
blob
|
history
diff --git
a/test/CFrontend/2003-01-30-UnionInit.c
b/test/CFrontend/2003-01-30-UnionInit.c
index 30f8659c5de0a5a800d1cf996d526a5a473ae62d..3e116377bcc30fea819f38a02831c6c7d21489ec 100644
(file)
--- 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;