2 /* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } } */
10 typedef int aligned __attribute__((aligned(ALIGNMENT)));
16 struct A : virtual public Base
25 #if __cplusplus <= 201402L
26 throw (B,A) // { dg-warning "deprecated" "" { target { c++11 && { ! c++17 } } } }
31 if (check_int (&i, __alignof__(i)) != i)