Commit b1c44a93 by Simon Baldwin Committed by Simon Baldwin

no-scevccp-noreassoc-outer-2.c: Extended array 'a' so that indexing no longer runs off array end.


	* gcc.dg/vect/no-scevccp-noreassoc-outer-2.c: Extended array 'a'
	so that indexing no longer runs off array end.

From-SVN: r150109
parent 758e12af
2009-07-27 Simon Baldwin <simonb@google.com>
PR testsuite/40829
* gcc.dg/vect/no-scevccp-noreassoc-outer-2.c: Extended array 'a'
so that indexing no longer runs off array end.
2009-07-27 Tobias Burnus <burnus@net-b.de>
PR fortran/40851
......
......@@ -4,7 +4,7 @@
#include "tree-vect.h"
#define N 40
int a[200*N];
int a[200*N+N];
__attribute__ ((noinline)) void
foo (){
......
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