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
)));
24 if (check_int (&i
, __alignof__(i
)) != i
)
27 if (check_int (&j
, __alignof__(j
)) != j
)
37 if (check_int (&j
, __alignof__(j
)) != j
)