OSDN Git Service

Some raw string changes from N3077
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / error23.C
1 // PR c++/34918
2 // { dg-do compile }
3
4 int v __attribute ((vector_size (8)));
5 bool b = !(v - v);      // { dg-error "could not convert .\\(__vector.2. int\\)\\{0, 0\\}. to .bool.|in argument to unary" }