Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
error23.C
blob: 81eec7ce7c7bdcb676cd0aff28ba02b0fd4d145f [
file
] [
log
] [
blame
]
// 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" }