re PR c++/67184 (Missed optimization with C++11 final specifier)
[official-gcc.git] / gcc / testsuite / g++.dg / other / error23.C
blobc60603e8ff5fdaca8d36f31f97c8c4930322d30f
1 // PR c++/34918
2 // { dg-do compile }
4 int v __attribute ((vector_size (8)));
5 bool b = !(v - v);      // { dg-error "not convert .__vector.2. int. to .bool. in initialization" }