Commit 335d2e39 by Ira Rosen Committed by Ira Rosen

vect-70.c: Reduce the data size to fit SPU local store.


	* gcc.dg/vect/vect-70.c: Reduce the data size to fit
	SPU local store.

From-SVN: r176783
parent 0de204de
2011-07-26 Ira Rosen <ira.rosen@linaro.org>
* gcc.dg/vect/vect-70.c: Reduce the data size to fit
SPU local store.
2011-07-25 Andrew Pinski <apinski@cavium.com>
PR tree-opt/49671
......
......@@ -7,7 +7,7 @@
struct s{
int m;
int n[N][N][N];
int n[N/6][N/6][N];
};
struct test1{
......
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