summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vector-3.c
blob: 3f86698b83fb707c8dfbc6e1a9f6f4bcc5f1a1b1 (plain)
1
2
3
4
5
/* { dg-do compile } */

/* Check that we error out when using vector_size on the bool type. */

__attribute__((vector_size(16) )) _Bool a; /* { dg-error "" } */