This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: where the compilation process stops in gcc


On Sat, 2004-06-26 at 11:46, perugupa@csee.wvu.edu wrote:
>   is there any specific function or a point in toplev.c, where the process
>   ends.

Depends on how you are defining "compilation process", which you haven't
tried to do yet.  One could argue the process ends when exit() is
called.  One could argue the process ends in finalize().  One could
argue the process ends in compile_file.  For your purposes, probably any
of these definitions will do.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]