Commit c8f29873 by Jakub Jelinek Committed by Jakub Jelinek

re PR testsuite/63292 (ASan reports global-buffer-overflow in gcc.dg/vect/pr59594.c.)

	PR testsuite/63292
	* gcc.dg/vect/pr59594.c (b): Increase size to N + 2 elements.

From-SVN: r215352
parent abce9208
2014-09-18 Jakub Jelinek <jakub@redhat.com>
PR testsuite/63292
* gcc.dg/vect/pr59594.c (b): Increase size to N + 2 elements.
2014-09-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/62232
......
......@@ -3,7 +3,7 @@
#include "tree-vect.h"
#define N 1024
int b[N + 1];
int b[N + 2];
int
main ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment