vectorintV__attribute__((aligned(8)));// expected-warning {{requested alignment is less than minimum alignment of 16 for type '__vector int' (vector of 4 'int' values)}}
vectorintV__attribute__((aligned(8)));// expected-warning {{requested alignment is less than minimum alignment of 16 for type '__vector int' (vector of 4 'int' values)}}
intlocalTypedefed(void){
UnderAlignedVITypedefedLocal;
returnescape(&TypedefedLocal);// expected-warning {{passing 8-byte aligned argument to 16-byte aligned parameter 1 of 'escape' may result in an unaligned pointer access}}