Author: dpatel Date: Tue Oct 30 18:07:47 2007 New Revision: 43527 URL: http://llvm.org/viewvc/llvm-project?rev=43527&view=rev Log: New test.
Added: llvm/trunk/test/CFrontend/2007-10-30-Volatile.c Added: llvm/trunk/test/CFrontend/2007-10-30-Volatile.c URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CFrontend/2007-10-30-Volatile.c?rev=43527&view=auto ============================================================================== --- llvm/trunk/test/CFrontend/2007-10-30-Volatile.c (added) +++ llvm/trunk/test/CFrontend/2007-10-30-Volatile.c Tue Oct 30 18:07:47 2007 @@ -0,0 +1,6 @@ +// RUN: %llvmgcc -S %s -o /dev/null -Wall -Werror +void bork() { + char * volatile p; + volatile int cc; + p += cc; +} _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits