2 /* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } } */
3 /* { dg-skip-if "Stack alignment causes use of alloca" { nvptx-*-* } } */
11 typedef int aligned
__attribute__((aligned(ALIGNMENT
)));
20 __attribute__ ((__noinline__
))
25 if (check_int (&i
, __alignof__(i
)) != i
)
28 if (check_int (&j
, __alignof__(j
)) != j
)
38 if (check_int (&j
, __alignof__(j
)) != j
)