Message ID | OF4C1FD1A6.93B35DED-ONC22578D8.003C32E6-C22578D8.00403C1A@il.ibm.com |
---|---|
State | New |
Headers | show |
On Jul 25, 2011, at 4:41 AM, Ira Rosen wrote: > OK, so I am choosing the second patch. > Tested by Ulrich on spu-elf, and on x86_64-suse-linux. > > OK for mainline? And 4.6? Ok. Maintainers in particular areas should feel free to review/approve testsuite patches in their areas. Since you're a vector maintainer, and this is a vector testcase, I think you're the natural person to approve it here. > testsuite/ChangeLog: > > * gcc.dg/vect/vect-70.c: Reduce the data size to fit > SPU local store.
Index: testsuite/gcc.dg/vect/vect-70.c =================================================================== --- testsuite/gcc.dg/vect/vect-70.c (revision 176495) +++ testsuite/gcc.dg/vect/vect-70.c (working copy) @@ -7,7 +7,7 @@ struct s{ int m; - int n[N][N][N]; + int n[N/6][N/6][N]; }; struct test1{