public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* [GCC front end] add new TREE CODE
@ 2011-02-14 17:44 charfi asma
  2011-02-14 17:48 ` Ian Lance Taylor
  2011-02-14 23:59 ` Andi Hellmund
  0 siblings, 2 replies; 5+ messages in thread
From: charfi asma @ 2011-02-14 17:44 UTC (permalink / raw)
  To: gcc-help

Hello,

I am developping my own gcc front end. My source language contains concepts that 
are not represented directly in C code.
to compile those elements, I think that I should add a new tree codes to my 
front end as C++ does for templates...
I think that I should also implement how to translate this new tree code in 
Gimple.
my question is : should I also care about how to translate those tree code al 
over the compiler chain: gimple --> ssa --> unssa --> rtl --> ass ...
did you suggest to follow an example of an existing front end that adds some 
tree code cause the C++ one seems to be mature and complete.

thank you very much

Asma




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-21 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14 17:44 [GCC front end] add new TREE CODE charfi asma
2011-02-14 17:48 ` Ian Lance Taylor
2011-02-14 23:59 ` Andi Hellmund
2011-02-21 11:26   ` Re : " charfi asma
2011-02-21 14:27     ` Andi Hellmund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).