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
/
vector4.C
blob
e14578489e6c0acc20ebc60b0b12ba83f100381b
1
/* { dg-options "" } */
2
/* { dg-do compile } */
3
// Testing if we can do a new of a vector
4
// PR C++/28450
5
6
void* q = new int __attribute__((vector_size(8))) ();