repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector1.C
blob
c6f0e0409c5005b43e4c7801613d759b14bec1ea
1
// PR c++/11895
2
// This used to ICE in reshape_init.
3
// testcase from fnf@ninemoons.com
4
5
__attribute__((vector_size(16))) int a1 = { 100, 200, 300, 400 };