Commit b57849d4 by Jakub Jelinek Committed by Jakub Jelinek

re PR testsuite/45429 (gcc.dg/vect/no-section-anchors-vect-64.c)

	PR testsuite/45429
	* gcc.dg/vect/no-section-anchors-vect-64.c: New test.

From-SVN: r166865
parent 5a19bc0a
2010-11-17 Jakub Jelinek <jakub@redhat.com>
PR testsuite/45429
* gcc.dg/vect/no-section-anchors-vect-64.c: New test.
2010-11-17 Ira Rosen <irar@il.ibm.com> 2010-11-17 Ira Rosen <irar@il.ibm.com>
PR tree-optimization/46312 PR tree-optimization/46312
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
int ib[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45}; int ib[N] = {0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45};
int ia[N][4][N+1]; int ia[N][4][N+1];
int ic[N][N][3][N+1]; int ic[N][N][3][N+1];
int id[N][N][N+1]; int id[N][N][N+4];
__attribute__ ((noinline)) __attribute__ ((noinline))
int main1 () int main1 ()
......
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