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: Understanding gcc source


Hari wrote:
I am trying to understand the source code of Gcc because I want to learn its control flow . I am basically concentrating on the order in which Gcc compiler consults its different source files like
toplev.c ,expr.c ..e.t.c.

Please see the gcc documentation that comes with the gcc sources. In particular see
http://gcc.gnu.org/onlinedocs/gccint/Passes.html#Passes
--
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]