[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2003-09-30-ForIncrementExprBug2.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 30 16:32:01 PDT 2003
Changes in directory llvm/test/Regression/C++Frontend:
2003-09-30-ForIncrementExprBug2.cpp added (r1.1)
---
Log message:
This bug is not fixed, but will be in the future eventually
---
Diffs of the changes:
Index: llvm/test/Regression/C++Frontend/2003-09-30-ForIncrementExprBug2.cpp
diff -c /dev/null llvm/test/Regression/C++Frontend/2003-09-30-ForIncrementExprBug2.cpp:1.1
*** /dev/null Tue Sep 30 16:31:35 2003
--- llvm/test/Regression/C++Frontend/2003-09-30-ForIncrementExprBug2.cpp Tue Sep 30 16:31:25 2003
***************
*** 0 ****
--- 1,10 ----
+ // Test with an opaque type
+
+ struct C;
+
+ C &foo();
+
+ void foox() {
+ for (; ; foo());
+ }
+
More information about the llvm-commits
mailing list