home *** CD-ROM | disk | FTP | other *** search
- Compiler Error Listing Commentary
- ---------------------- ----------
- ®ister tried to take the address of a register
- arg redeclared re-declaration of a function argument
- bad arg decl declaring an argument that isn't defined
- bad call improper function call
- bad char const improper syntax of a char constant
- bad cvt compiler bug (should not happen)
- bad define bad #define declaration
- bad incr improper use of ++ or --
- bad indexing improper use of [expr]
- bad indirection improper use of * (pointer indirection)
- bad lvalue improper left hand side of an assignment
- bad macro undefined macro
- bad preprocess preprocessor doesn't understand the line
- bad sizeof bad syntax for a sizeof expression
- bad struct decl improper structure declaration
- can't break break statement not inside a loop
- can't continue continue statement not inside a loop
- can't open named file could not be opened for input
- can't take address compiler can't figure out something's address
- expr too complicated simplify the expression with temp variables
- not a constant need a constant value but didn't get one
- only 32 bit reg's tried to apply "register" to something too big
- only local register vars you can only declare local register variables
- out of expr nodes out of space for expression tree nodes
- redeclare SSS attempt to redeclare a global symbol
- redefine struct multiple structure declarations
- SSS not a field the symbol is not defined for the structure
- SSS not a function the symbol is not defined as a function
- SSS undefined symbol is used before declared
- static ignored the "static" storage class is not implemented
- strings too large ran out of space for strings
- struct assign nyi struct assignment not yet implemented
- symbol space full out of space for symbol names
- symbol table full out of space for the symbol table
- syntax error, X should be Y unexpected token was found
- too many case's switch statement too big (remove case labels)
- too many defines out of space for #define's
- too many fields out of space for structure elements
- too many locals declaring more locals than compiler can handle
- too many macro args too many arguments to a macro
- too many strings too many strings
- too many types out of space for type definitions
- undefined symbol, SSS symbol is used before declared
- unknown node XXX internal compiler error (should not happen)
- X (N) not a factor bad expression syntax
- (coerce) compiler bug
- (declare) compiler bug (shouldn't happen)
-