1 /* Test for alignment handling when a variable is accessed by nested
3 /* Origin: Joey Ye <joey.ye@intel.com> */
5 /* Force bigger stack alignment for PowerPC EABI targets. */
6 /* { dg-options "-mno-eabi" { target powerpc-*-eabi* } } */
10 typedef int aligned
__attribute__((aligned
));
11 extern void abort (void);
17 if ((((ptrdiff_t) i
) & (__alignof__(aligned
) - 1)) != 0)