OSDN Git Service

2010-12-30 Kai Tietz <kai.tietz@onevision.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / vector-3.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 "" } */