[llvm-commits] CVS: llvm/test/CFrontend/2007-03-26-ZeroWidthBitfield.c
Duncan Sands
baldrick at free.fr
Sun Apr 1 08:29:19 PDT 2007
Changes in directory llvm/test/CFrontend:
2007-03-26-ZeroWidthBitfield.c added (r1.1)
---
Log message:
Testcase for the problem worked around in
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046204.html
---
Diffs of the changes: (+2 -0)
2007-03-26-ZeroWidthBitfield.c | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/test/CFrontend/2007-03-26-ZeroWidthBitfield.c
diff -c /dev/null llvm/test/CFrontend/2007-03-26-ZeroWidthBitfield.c:1.1
*** /dev/null Sun Apr 1 10:29:12 2007
--- llvm/test/CFrontend/2007-03-26-ZeroWidthBitfield.c Sun Apr 1 10:29:02 2007
***************
*** 0 ****
--- 1,2 ----
+ // RUN: %llvmgcc %s -S -o -
+ struct Z { int :0; } z;
More information about the llvm-commits
mailing list