C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)

Cause
Only variable functions (functions with the _variable attribute) can be converted to extensible
functions. The number specified in the _extensible parameter count argument must be in the
range of 1 through 15.
198
illegal number of parameters count/size
Cause
There are either more than 252 parameters specified for a C regular function or more than 128
parameter words specified for variable or extensible function.
199
can be used in _extensible or _variable function only
Cause
The _arg_present() operator can be used with extensible functions only.
201
invalid structure alignment
Cause
An unknown FIELDALIGN pragma type name has been specified.
203
nn bits of filler inserted before this member for SHARED8 alignment
Cause
The specified number of filler bits was inserted before this member for FIELDALIGN SHARED8
alignment.
204
nn bits of filler appended to the end of this structure for SHARED8
alignment
Cause
The specified number of filler bits was inserted after this member for FIELDALIGN SHARED8
alignment.
205
tag name cannot be used with fieldalign pragma
Cause
Pragma FIELDALIGN is used with an enumeration tag. It can be used only with structure and
union tags.
206
align type of tag name already set
Cause
You can only specify one FIELDALIGN setting for a tag.
207
address pointing at code space is taken
Types of Compiler Messages 355