================
@@ -22,6 +22,16 @@ auto 
error_sve_vector_result_matched_element_count(__SVBool_t svbool, __SVUint32
   return svbool ? a : b;
 }
 
+auto error_fixed_cond_mixed_scalar_and_vector_operands(fixed_vector cond, 
unsigned char a, __SVUint8_t b) {
+  // expected-error@+1 {{invalid operands to binary expression ('unsigned 
char' and '__SVUint8_t')}}
----------------
MacDue wrote:

I've not changed the second error (that was already present), but I agree. I'll 
see if a more appropriate message already exists. If not, I'll add one.

https://github.com/llvm/llvm-project/pull/170485
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to