aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/pr37385.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/vect/pr37385.c')
-rw-r--r--gcc/testsuite/gcc.dg/vect/pr37385.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/vect/pr37385.c b/gcc/testsuite/gcc.dg/vect/pr37385.c
index d6a477e634c..8b1cf3ae18a 100644
--- a/gcc/testsuite/gcc.dg/vect/pr37385.c
+++ b/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);