* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vector4.C
blobe14578489e6c0acc20ebc60b0b12ba83f100381b
1 /* { dg-options "" } */
2 /* { dg-do compile } */
3 //  Testing if we can do a new of a vector
4 // PR C++/28450
6 void* q = new int __attribute__((vector_size(8))) ();