aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/vector27.C
blob: 288e13c558d4711f638aeeb57fe981e609bb7405 (plain)
1
2
3
4
5
6
7
// PR c++/58845

void foo()
{
  int v __attribute__((vector_size(8)));
  v = v || v;			// { dg-bogus "" "" { xfail *-*-* } }
}