blob: 959fe4075e6f8ebb500770db26e6400fb2c28def [file] [log] [blame]
// PR c++/34918
// { dg-do compile }
int v __attribute ((vector_size (8)));
bool b = !(v - v); // { dg-error "could not convert .\\(__vector.2. int\\)\\{0, 0\\}. from .__vector.2. int. to .bool.|in argument to unary" }