1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm -O --param tm-max-aggregate-size=32" } */
3 /* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
5 typedef int __attribute__ ((vector_size (16))) vectype
;
11 vectype
*p
= __builtin_malloc (sizeof (vectype
));