2 /* { dg-skip-if "attribute ((aligned))" { ! { i?86-*-* x86_64-*-* } } } */
3 /* { dg-require-effective-target avx_runtime } */
5 /* Test compatibility of attribute ((aligned)) with and without -mavx. */
7 extern int aligned_x (void);
8 extern int aligned_y_avx (void);
9 extern void abort (void);
14 if (aligned_x () != aligned_y_avx ())