[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2003-06-16-VolatileError.c

Chris Lattner lattner at cs.uiuc.edu
Mon Jun 16 08:17:01 PDT 2003


Changes in directory llvm/test/Regression/C++Frontend:

2003-06-16-VolatileError.c added (r1.1)

---
Log message:

New testcase identified by joel


---
Diffs of the changes:

Index: llvm/test/Regression/C++Frontend/2003-06-16-VolatileError.c
diff -c /dev/null llvm/test/Regression/C++Frontend/2003-06-16-VolatileError.c:1.1
*** /dev/null	Mon Jun 16 08:16:30 2003
--- llvm/test/Regression/C++Frontend/2003-06-16-VolatileError.c	Mon Jun 16 08:16:20 2003
***************
*** 0 ****
--- 1,5 ----
+ /* This crashes the CFE.  */
+ extern int volatile test;
+ int volatile test = 0;
+ 
+ int main() { return 0; }





More information about the llvm-commits mailing list