summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/vector4.C
blob: e14578489e6c0acc20ebc60b0b12ba83f100381b (plain)
1
2
3
4
5
6
/* { dg-options "" } */
/* { dg-do compile } */
//  Testing if we can do a new of a vector
// PR C++/28450

void* q = new int __attribute__((vector_size(8))) ();