repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git]
/
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))) ();