This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: debugging gcc
- From: mike stump <mrs at windriver dot com>
- To: gcc at gcc dot gnu dot org, ratngccc at rediffmail dot com
- Date: Thu, 20 Dec 2001 12:56:01 -0800 (PST)
- Subject: 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.