Discussion:
Understanding gcc source
Hari
2004-04-01 18:10:23 UTC
Permalink
Hi,

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 give me some pointer to some documentation which addreses this.
Any help will be highly appreciated.

Thanx
-hari
Hari
2004-04-01 18:09:40 UTC
Permalink
Hi,

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 give me some pointer to some documentation which addreses this.
Any help will be highly appreciated.

regards
-hari
Jim Wilson
2004-04-01 20:04:53 UTC
Permalink
Post by Hari
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
Continue reading on narkive:
Loading...