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
)));
22 if (check_int (&t
, __alignof__(t
)) != t
)
24 if (n
+t
== 0) goto lab
;