rt_gccstream/gcc/testsuite/g++.dg/other/error23.C

6 lines
197 B
C

// 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\\}. to .bool.|in argument to unary" }