OSDN Git Service

Update test to use __BIGGEST_ALIGNMENT__
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 May 2009 23:02:35 +0000 (23:02 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 May 2009 23:02:35 +0000 (23:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147299 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.dg/vect/vect-shift-2.c

index ea41c99..93e1154 100644 (file)
@@ -12,7 +12,7 @@
 #include "tree-vect.h"
 
 #ifndef ALIGN
-#define ALIGN __attribute__((__aligned__(32)))
+#define ALIGN __attribute__((__aligned__(__BIGGEST_ALIGNMENT__)))
 #endif
 
 #ifndef NOINLINE