OSDN Git Service

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