[llvm-commits] CVS: llvm/test/CFrontend/2007-05-16-EmptyStruct.c

Devang Patel dpatel at apple.com
Wed May 16 09:50:50 PDT 2007



Changes in directory llvm/test/CFrontend:

2007-05-16-EmptyStruct.c added (r1.1)
---
Log message:

New test for PR1417: http://llvm.org/PR1417 


---
Diffs of the changes:  (+5 -0)

 2007-05-16-EmptyStruct.c |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/CFrontend/2007-05-16-EmptyStruct.c
diff -c /dev/null llvm/test/CFrontend/2007-05-16-EmptyStruct.c:1.1
*** /dev/null	Wed May 16 11:50:42 2007
--- llvm/test/CFrontend/2007-05-16-EmptyStruct.c	Wed May 16 11:50:32 2007
***************
*** 0 ****
--- 1,5 ----
+ // PR 1419
+ 
+ // RUN: %llvmgcc -xc  %s -c -o - | llvm-dis | grep "struct.anon = type \{  \}"
+ 
+ struct { } *X;






More information about the llvm-commits mailing list