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
)));
16 inline __attribute__((always_inline
))
21 if (check_int (&i
, __alignof__(i
)) != i
)