aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-31 06:26:10 +0000
committerChris Lattner <sabre@nondot.org>2006-10-31 06:26:10 +0000
commit94b6d6eb6b52a9a257ee1b6885861a8c326f836b (patch)
tree277ba65707de38ec1f1956b339589f51b4e9c35f /test/CFrontend
parent406dd6a76845770bd499f1870ab3a6a78ec8a0ce (diff)
downloadexternal_llvm-94b6d6eb6b52a9a257ee1b6885861a8c326f836b.zip
external_llvm-94b6d6eb6b52a9a257ee1b6885861a8c326f836b.tar.gz
external_llvm-94b6d6eb6b52a9a257ee1b6885861a8c326f836b.tar.bz2
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2006-10-30-ArrayCrash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CFrontend/2006-10-30-ArrayCrash.c b/test/CFrontend/2006-10-30-ArrayCrash.c
index b0663c1..09464dd 100644
--- a/test/CFrontend/2006-10-30-ArrayCrash.c
+++ b/test/CFrontend/2006-10-30-ArrayCrash.c
@@ -1,4 +1,5 @@
// RUN: %llvmgcc -O3 -S -o - %s
+// PR954, PR911
extern void foo();