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
This commit is contained in:
Jakub Jelinek 2010-11-17 13:05:24 +01:00 committed by Jakub Jelinek
parent 5a19bc0a79
commit b57849d419
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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>
PR tree-optimization/46312

View File

@ -8,7 +8,7 @@
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 ic[N][N][3][N+1];
int id[N][N][N+1];
int id[N][N][N+4];
__attribute__ ((noinline))
int main1 ()