M1750 Ada Technical Summary: For mission-critical applications | ||
---|---|---|
Prev | Chapter 4. User Interface and Debugging Facilities | Next |
No object code is generated for units that contain errors.
There are three levels of messages:
Fatal errors, where the compiler is unable to continue
Errors, which explain the nature of the error
Warnings, which are less severe than errors, and which do not prevent code generation
If the listing option is set, then the messages will be correctly placed in the listing, with a pointer to the lexical token relating to the message.