[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2003-09-30-ForIncrementExprBug.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 30 16:30:01 PDT 2003
Changes in directory llvm/test/Regression/C++Frontend:
2003-09-30-ForIncrementExprBug.cpp added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes:
Index: llvm/test/Regression/C++Frontend/2003-09-30-ForIncrementExprBug.cpp
diff -c /dev/null llvm/test/Regression/C++Frontend/2003-09-30-ForIncrementExprBug.cpp:1.1
*** /dev/null Tue Sep 30 16:29:38 2003
--- llvm/test/Regression/C++Frontend/2003-09-30-ForIncrementExprBug.cpp Tue Sep 30 16:29:27 2003
***************
*** 0 ****
--- 1,8 ----
+ struct C {};
+
+ C &foo();
+
+ void foox() {
+ for (; ; foo());
+ }
+
More information about the llvm-commits
mailing list