| Index: gcc/gcc/testsuite/gcc.dg/vect/pr37385.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/vect/pr37385.c b/gcc/gcc/testsuite/gcc.dg/vect/pr37385.c
|
| index d6a477e634c7a5865171343b8cd374a24e95bdbd..8b1cf3ae18a30bd9cefd612eef202785ebf7a5a7 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/vect/pr37385.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/vect/pr37385.c
|
| @@ -4,7 +4,7 @@
|
|
|
| typedef int int_t;
|
| typedef void (*fun_t) (int);
|
| -fun_t fun_tab[400] __attribute__ ((__aligned__(16)));
|
| +fun_t fun_tab[400] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__)));
|
|
|
| void foo (int_t a);
|
|
|
|
|