projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302313f
)
Turn this test on again after the llvm-gcc change in r108986.
author
Eric Christopher
<echristo@apple.com>
Wed, 21 Jul 2010 04:54:06 +0000
(
04:54
+0000)
committer
Eric Christopher
<echristo@apple.com>
Wed, 21 Jul 2010 04:54:06 +0000
(
04:54
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108987
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/vla-1.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/vla-1.c
b/test/FrontendC/vla-1.c
index 76f6c53c1e16fbfe8bd4e159de2f169bffb5409a..46d9a0765ec1d55330162ec8ee5650f14d017e3c 100644
(file)
--- a/
test/FrontendC/vla-1.c
+++ b/
test/FrontendC/vla-1.c
@@
-1,5
+1,4
@@
-// RUN: true
-// %llvmgcc -std=gnu99 %s -S |& grep {error: "is greater than the stack alignment" }
+// RUN: not %llvmgcc -std=gnu99 %s -S |& grep "error: alignment for"
int foo(int a)
{