[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [csmith-dev] csmith error



Hi Bill,

C:\cygwin\home\User\csmith\tmp-test\a2p_test02.c(51) : error: C1295:
'xor' only valid on binary types

I don't quite understand this one. From the attched code, seem your compiler complaints on something like:

(uint8_t)a ^ (uint16_t)b

Although here `a` and `b` are array elements.

It's an uncommon error message for a compiler.

- Yang

I have defined NO_LONGLONG. I don't understand the C1295 error. I also
attached the test file.

Your help is appreciated.

Thanks,

Bill