This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFH] Folding of &a[-1]
- From: Paul Schlie <schlie at comcast dot net>
- To: aditi amol deshpande <deshpandeaditi27 at rediffmail dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 16 Feb 2005 11:17:37 -0500
- Subject: Re: [RFH] Folding of &a[-1]
Aditi, Sorry, I personally don't have any experience producing a new front
end for gcc, but the below represents the way I'd approach learning how to
go about it; but suspect the only way you're going to successfully integrate
a new language front-end into gcc is to begin ripping into the C/C++/Java
front-ends and discover what you need to know.
Treelang is a simple front end meant to provide an example of a hypothetical
implementation, you might want to search for all info you can find on it, in
addition to http://gcc.gnu.org/readings.html in general.
Best of luck, -paul-
> From: aditi amol deshpande <deshpandeaditi27@rediffmail.com>
>
> Respected Sir/Madam,
> I am a Ph.D. student and i am writing a new C# front end to the existing GCC
> compiler.
> I have several queries which unless and untill solved, I cannot move ahead. So
> hoping for a proper and quick reply.
> ...