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

Table Of Contents
TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
20-41
Types of Compiler Messages
282
The routine being compiled is too large to fit in the 32K words of code space. Break the
routine into more than one routine.
289
The extensible procedure has exceeded the upper bound of the number of words that
can be passed to it.
294
The compiler requires that a tag specified in a FIELDALIGN pragma exist. Check to
ensure that the correct tag was specified. Delete the FIELDALIGN pragma if it is not
used.
295
An unnamed bit field is not allowed in a structure or union tag with the FIELDALIGN
SHARED2 or SHARED8 pragma.
296
The maximum length of a global variable name is 126 characters. The compiler
truncates the name to 126 characters. Make sure that global variables have names
that are unique within the first 126 characters.
299
All COLUMNS pragmas in a file must be the same.
Routine exceeds code size limit
Parameter limit for extensible procedure is number words
Tag name is defined in fieldalign pragma but not used
0 bitfield not allowed under fieldalign shared2 and
shared8
Data block too long, truncated to 126 characters
Pragma columns different from previously specified, this
pragma is ignored