3.3.1. Translation

Diagnostic messages produced by the compiler are of the form:

source-file, line-number: severity: explanation

where severity is one of:

Warning

A helpful message from the compiler.

Error

A violation of the ANSI specification from whichthe compiler is able to recover by guessing the intention.

Serious error

A violation of the ANSI specification from which no recovery is possible because the intention is not clear.

Fatal

An indication that the compiler limits have been exceeded, or that the compiler has detected a fault in itself (for example, not enough memory).

Copyright © 1997, 1998 ARM Limited. All rights reserved.ARM DUI 0041C