aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/builtin-has-attribute.C
blob: 3438dd59ba3d8d8303668e0d1fd78ece8b636a45 (plain)
1
2
3
4
5
6
7
8
// PR c++/90915
// { dg-do compile { target c++11 } }

template<typename T>
void foo ()
{
  static_assert(!__builtin_has_attribute(T::a, aligned), ""); // { dg-message "sorry, unimplemented: .__builtin_has_attribute. with dependent argument not supported yet" }
}