repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove outermost loop parameter.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector15.C
blob
7058bf1b8c04132aa97c9b5f28fbe92fa8cb9f3d
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 "" } */