aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/vector-3.c
blob: 0f5d3c41157c229323208a476aab74ecac5e71dc (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */

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

#ifdef __cplusplus
#define _Bool bool
#endif
__attribute__((vector_size(16) )) _Bool a; /* { dg-error "" } */