[llvm-commits] [llvm] r109820 - /llvm/trunk/test/FrontendC/vla-1.c

Eric Christopher echristo at apple.com
Thu Jul 29 16:20:29 PDT 2010


Author: echristo
Date: Thu Jul 29 18:20:29 2010
New Revision: 109820

URL: http://llvm.org/viewvc/llvm-project?rev=109820&view=rev
Log:
Fix this up per llvm-gcc r109819.

Modified:
    llvm/trunk/test/FrontendC/vla-1.c

Modified: llvm/trunk/test/FrontendC/vla-1.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/vla-1.c?rev=109820&r1=109819&r2=109820&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/vla-1.c (original)
+++ llvm/trunk/test/FrontendC/vla-1.c Thu Jul 29 18:20:29 2010
@@ -1,4 +1,4 @@
-// RUN: not %llvmgcc -std=gnu99 %s -S |& grep "error: alignment for"
+// RUN: %llvmgcc_only -std=gnu99 %s -S |& grep "warning: alignment for"
 
 int foo(int a)
 {





More information about the llvm-commits mailing list