================
@@ -51,6 +53,9 @@ static void test(void) {
     ivec4 -= ivec4;
     ivec4 |= ivec4;
     ivec4 += ptr; // expected-error {{cannot convert between vector and 
non-scalar values ('int4' (vector of 4 'int' values) and 'int *')}}
+
+    bvec4 != 0; // expected-warning {{inequality comparison result unused}} \
----------------
a-tarasyuk wrote:

@AaronBallman Thanks for the review, and I'm sorry for the confusion. There was 
a typo — the type should be `_Bool`. I've changed it to the appropriate type 
now.

https://github.com/llvm/llvm-project/pull/108657
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to