OSDN Git Service

* g++.dg/cpp/_Pragma1.C: Disable on AIX.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / vector4.C
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))) ();