From: Michael Meissner Date: Fri, 8 May 2009 23:02:35 +0000 (+0000) Subject: Update test to use __BIGGEST_ALIGNMENT__ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ece48253c5b6005033f68c619f72900ec8196403;p=gcc.git Update test to use __BIGGEST_ALIGNMENT__ From-SVN: r147299 --- diff --git a/gcc/testsuite/gcc.dg/vect/vect-shift-2.c b/gcc/testsuite/gcc.dg/vect/vect-shift-2.c index ea41c998db1..93e1154fb42 100644 --- a/gcc/testsuite/gcc.dg/vect/vect-shift-2.c +++ b/gcc/testsuite/gcc.dg/vect/vect-shift-2.c @@ -12,7 +12,7 @@ #include "tree-vect.h" #ifndef ALIGN -#define ALIGN __attribute__((__aligned__(32))) +#define ALIGN __attribute__((__aligned__(__BIGGEST_ALIGNMENT__))) #endif #ifndef NOINLINE