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-14
Types of Compiler Messages
73
While processing object declarations, the compiler did not find another line of
declarations that it expected. This error can occur if a preceding error caused the
compiler to “get out of phase” with respect to declarations.
74
More initializer data was provided than could be used for the declared size of the array.
75
You supplied an invalid operand in a sizeof expression.
76
The compiler did not find an opening left brace in the current context. This error can
occur if you omitted the opening brace on a list of initializer expressions for an
aggregate.
77
In processing a declaration, the compiler expected to find an identifier that was to be
declared. This error can occur if you improperly specify the prefixes or postfixes
(asterisks, parentheses, and so on) in a declaration, or if you list a sequence of
declarations incorrectly.
78
The indicated statement label was referred to in the most recent function in a goto
statement, but no definition of the label was found in that function.
declaration expected
initializer data truncated
invalid sizeof expression
left brace expected
identifier expected
undefined statement label label-name