2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vector15.C
blob7058bf1b8c04132aa97c9b5f28fbe92fa8cb9f3d
1 /* { dg-do compile } */
3 /* Check that we error out when using vector_size on the bool type. */
5 __attribute__((vector_size(16) )) bool a; /* { dg-error "" } */