EasyManua.ls Logo

Intel i960 - Page 331

Intel i960
347 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
i960 Processor Compiler User's Guide
13-4
13
lnn
is the line number, if available, where the
compilation system detects the condition.
message
explains the diagnostic.
The
source-line
and
diagnostic-pointer
may be absent for those
messages that are not associated with any particular source code line.
The
diagnostic-pointer
may be absent when the
source-line
is
present if the precise column for the error is not available.
If
source-line
is shown, and the error being reported starts and ends on
that line, the filename and line number does not appear in the diagnostic
message. This is an example of a listing file containing diagnostic
messages:
ic960 5.0, Tue Nov 9 08:45:17 PST 1995 "ex_err.c"
Include Line
Level Number Source-lines
======= ====== ============
0* 1 #include "ex_err.h"
>>>>> struct foo bar {
>>>>>
>>>>> ic960 ERROR: "ex_err.h", line 2 -- syntax error before '{'
0 2
0 3 main ()
0 4 {
0 5 struct foo bar;
0 6 bar.x=3;
>>>>> bar.x=3;
>>>>> ^ ^
>>>>> ic960 ERROR: invalid use of undefined type 'struct foo'
0 7 }

Table of Contents

Related product manuals