aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr53265.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/testsuite/gcc.dg/pr53265.c')
-rw-r--r--gcc-4.9/gcc/testsuite/gcc.dg/pr53265.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/testsuite/gcc.dg/pr53265.c b/gcc-4.9/gcc/testsuite/gcc.dg/pr53265.c
index e1ca6f521..c5ed476ed 100644
--- a/gcc-4.9/gcc/testsuite/gcc.dg/pr53265.c
+++ b/gcc-4.9/gcc/testsuite/gcc.dg/pr53265.c
@@ -1,6 +1,6 @@
/* PR tree-optimization/53265 */
/* { dg-do compile } */
-/* { dg-options "-O2 -Wall" } */
+/* { dg-options "-O2 -fno-tree-loop-vectorize -Wall" } */
/* { dg-require-effective-target size32plus } */
void bar (void *);
@@ -155,3 +155,5 @@ fn12 (void)
fn11 (1);
fn11 (1);
}
+
+/* { dg-prune-output "array subscript is above array bounds" } */