Programming Tools Guide
Appendix A, ANSI implementation-defined behavior

Translation

Translation

This section describes the implementation-defined characteristics of source code translation. It corresponds to section ``F.3.1 Translation'' of the ANSI document.

Identifying diagnostics

Diagnostic messages are generated on standard error. Diagnostics from the compiler are of the form:

   "filename", line number: level:message 
where level is ``error'' or ``warning''.

Diagnostics from other passes, (such as the cc(CP) command itself, or as(CP) or ld(CP) ) may have a different form.