repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge with main truk.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
vector-3.c
blob
0f5d3c41157c229323208a476aab74ecac5e71dc
1
/* { dg-do compile } */
2
3
/* Check that we error out when using vector_size on the bool type. */
4
5
#ifdef __cplusplus
6
#define _Bool bool
7
#endif
8
__attribute__
((
vector_size
(
16
) ))
_Bool a
;
/* { dg-error "" } */