This section describes behavior that is not specified by the ANSI standard.
Static data is output during compilation as a data section.
This is dependent on the design of the display device.
IEEE: Institute of Electrical and Electronics Engineers |
In general, expressions are evaluated from left to right. The behavior when optimization has been applied, however, is undefined. Options or other settings could change the order of evaluation, so please do not code expressions with side effects.
In general, function arguments are evaluated from first to last. The behavior when optimization has been applied, however, is undefined. Options or other settings could change the order of evaluation, so please do not code expressions with side effects.
These are adjusted so that they do no span bit field type alignment boundaries. If packing has been conducting using options or a #pragma, then bit fields are packed, and not adjusted to alignment boundaries.
These are assigned to the stack and register. For details, refer to section 9.1.3 Rules Concerning Setting and Referencing Parameters.