| Index: gcc/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/vect/vect-outer-5.c b/gcc/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
|
| index 28dce1b94af53803ed03fb262560fdca1e76d26a..2fc421e968040050b5216abb5103cfa969a5f6b9 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
|
| @@ -13,10 +13,10 @@ extern void abort(void);
|
| __attribute__ ((noinline))
|
| int main1 ()
|
| {
|
| - float A[N] __attribute__ ((__aligned__(16)));
|
| - float B[N] __attribute__ ((__aligned__(16)));
|
| - float C[N] __attribute__ ((__aligned__(16)));
|
| - float D[N] __attribute__ ((__aligned__(16)));
|
| + float A[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
|
| + float B[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
|
| + float C[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
|
| + float D[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
|
| float E[4] = {0,1,2,480};
|
| float s;
|
|
|
|
|