[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-09-20-ComplexConstants.c

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 20 23:54:07 PDT 2005



Changes in directory llvm/test/Regression/CFrontend:

2005-09-20-ComplexConstants.c added (r1.1)
---
Log message:

Testcase for PR629: http://llvm.cs.uiuc.edu/PR629 


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

 2005-09-20-ComplexConstants.c |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/Regression/CFrontend/2005-09-20-ComplexConstants.c
diff -c /dev/null llvm/test/Regression/CFrontend/2005-09-20-ComplexConstants.c:1.1
*** /dev/null	Wed Sep 21 01:54:06 2005
--- llvm/test/Regression/CFrontend/2005-09-20-ComplexConstants.c	Wed Sep 21 01:53:56 2005
***************
*** 0 ****
--- 1,5 ----
+ // RUN: %llvmgcc %s -S -o - && \
+ // RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null -f
+ 
+ const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; 
+ 






More information about the llvm-commits mailing list