repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist-vect.C
blob
80a2fbb63fa3793992d4fc319789c4a9cb28b7d0
1
// { dg-do compile { target c++11 } }
2
3
typedef float X __attribute__ ((vector_size (4 * sizeof (float))));
4
5
X x;
6
X x2{x};