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
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector11.C
blob
a3213522bf5863b1e07b0bcb14a78930135acc96
1
// PR c++/34913
2
3
template<typename T> struct A
4
{
5
int x[sizeof(T)] __attribute((vector_size(8)));
6
};