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: debugging gcc


> Date: 20 Dec 2001 18:53:28 -0000
> From: "ratnadeep  joshi" <ratngccc@rediffmail.com>
> To: gcc@gcc.gnu.org

> I want to know the intermediate representation of gcc and
> integration of front end - back end of gcc to try to write a small
> front end for it.  What can be done for this ?

This first resource that I would point you to would be our web site.
You want to at least read Docs:Manual, Further Readings:A Toy Example
Language, and Further Readings:Treelang sample language.

After that, you will probably need to discover the finer points
yourself.  If you want to contribute to the existing documentation,
that would be great.

Quite a lot of people use gdb to debug the compiler.  I would
recommend gdb inside emacs.


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