blob: 81eec7ce7c7bdcb676cd0aff28ba02b0fd4d145f [file] [log] [blame]
// PR c++/34918
// { dg-do compile }
int v __attribute ((vector_size (__SIZEOF_INT__ * 2)));
bool b = !(v - v); // { dg-error "not convert .__vector.2. int. to .bool. in initialization" }