[llvm-commits] CVS: llvm/test/Regression/CFrontend/2003-08-21-BinOp-Type-Mismatch.c

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 21 12:57:03 PDT 2003


Changes in directory llvm/test/Regression/CFrontend:

2003-08-21-BinOp-Type-Mismatch.c added (r1.1)

---
Log message:

New testcase, distilled from emacs by Misha


---
Diffs of the changes:

Index: llvm/test/Regression/CFrontend/2003-08-21-BinOp-Type-Mismatch.c
diff -c /dev/null llvm/test/Regression/CFrontend/2003-08-21-BinOp-Type-Mismatch.c:1.1
*** /dev/null	Thu Aug 21 12:56:42 2003
--- llvm/test/Regression/CFrontend/2003-08-21-BinOp-Type-Mismatch.c	Thu Aug 21 12:56:32 2003
***************
*** 0 ****
--- 1,8 ----
+ struct bar;
+ 
+ void foo()
+ {
+   unsigned int frame, focus;
+   (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
+ }
+ 





More information about the llvm-commits mailing list