09-19-05 11:02 PM
Hi all,
Iam new to Unix programming. Basically GCC
envelopes intermediate executables cc1 and cc1plus.
Would some body explain what is the use of this executables?
parsing a c program with cc1 dumps following output,
[no-view]Seema@oomph>
/lib/ssa/gcc-lib/i386-redhat-linux-gnu/3.tree-ssa/cc1 x.c
func1 func2 func3 main
Execution times (seconds)
preprocessing :0.01 (33%) usr 0.00 ( 0%) sys 0.01 (33%) wall
parser :0.01 (33%) usr 0.00 ( 0%) sys 0.01 (33%) wall
TOTAL :0.03 0.00 0.03
Thanks in Advance
Seema Rao.
[ Post a follow-up to this message ]
|