(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
error23.C
// 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" }