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: GCC help


George Ciobanu wrote:
I want to study the GCC internals (i'm a gcc internals beginner - so please
be pacient with me, as i know this question is not new nor very
challenging ). Is there any docs avalaible on how the GNU compiler works as
a whole ? (Besides the docs already listed on the site)

There are extensive docs in the gcc/doc directory. These docs aren't very readable, but they have a lot of useful info in them. These docs are also available on the web site.


P.S. Where is type tree defined ?

In coretypes.h in current sources, tree.h in older sources. You will have to look at tree.h in either case.
--
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]