Changes in directory llvm/test/CFrontend:
2007-04-11-PR1321.c added (r1.1) --- Log message: New test case for PR 1321: http://llvm.org/PR1321 . --- Diffs of the changes: (+12 -0) 2007-04-11-PR1321.c | 12 ++++++++++++ 1 files changed, 12 insertions(+) Index: llvm/test/CFrontend/2007-04-11-PR1321.c diff -c /dev/null llvm/test/CFrontend/2007-04-11-PR1321.c:1.1 *** /dev/null Wed Apr 11 19:32:53 2007 --- llvm/test/CFrontend/2007-04-11-PR1321.c Wed Apr 11 19:32:43 2007 *************** *** 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; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits