"The types defined in this manner can be used with a subset of normal C operations. Currently, GCC will allow using the following operators on these types: +, -, *, /, unary minus, ^, |, &, ~.".

What was missing is "when allowed by the base type". E.g. >> is not supported.

Paolo

Reply via email to