| Index: gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c b/gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c
|
| index ef66c734e9cac3b63cb7c4e071d87764c68ed171..9cb8c1dfe441070606bfa45a32309aac023bd930 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/vect/vect-multitypes-11.c
|
| @@ -5,7 +5,7 @@
|
|
|
| #define N 64
|
|
|
| -short x[N] __attribute__ ((__aligned__(16)));
|
| +short x[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
|
|
|
| __attribute__ ((noinline)) int
|
| foo (int len, int *z) {
|
|
|