OSDN Git Service

New test case for PR 1321.
authorDevang Patel <dpatel@apple.com>
Thu, 12 Apr 2007 00:32:43 +0000 (00:32 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 12 Apr 2007 00:32:43 +0000 (00:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35934 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2007-04-11-PR1321.c [new file with mode: 0644]

diff --git a/test/CFrontend/2007-04-11-PR1321.c b/test/CFrontend/2007-04-11-PR1321.c
new file mode 100644 (file)
index 0000000..f391329
--- /dev/null
@@ -0,0 +1,12 @@
+// RUN: %llvmgcc %s -S -o /dev/null
+
+struct X {
+  unsigned int e0 : 17;
+  unsigned int e1 : 17;
+  unsigned int e2 : 17;
+  unsigned int e3 : 17;
+  unsigned int e4 : 17;
+  unsigned int e5 : 17;
+  unsigned int e6 : 17;
+  unsigned int e7 : 17;
+} __attribute__((packed)) x;