* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / tm / pr70266.C
blob6f20afb51c69385fdf44adf13f1115747099113d
1 // { dg-do compile { target c++11 } }
2 // { dg-options "-fgnu-tm" }
4 template < typename T > 
5 int foo (int x, T t)
7   return __transaction_atomic noexcept (foo) (1);  // { dg-error "cannot resolve" }