* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vector10.C
blob46ea244c56cc796f5e75bf20c40839f485750fb3
1 // PR c++/34914
2 // { dg-do compile }
4 struct A { int __attribute ((vector_size (8))) x; };
6 void
7 foo ()
9   __attribute ((vector_size (8))) int A::*p;
10   p == 0;