blob: 288e13c558d4711f638aeeb57fe981e609bb7405 [file] [log] [blame]
// PR c++/58845
void foo()
{
int v __attribute__((vector_size(8)));
v = v || v; // { dg-bogus "" "" { xfail *-*-* } }
}