tree structure of gcc ?
luda_f
luda_f@sina.com
Sat Dec 7 09:16:00 GMT 2002
Dear friends:
I have read the internal document for several times,I have read some other documents about ast tree of gcc.while I can't make sure what the ast shoule be.For example ,for the below c code ,what's the ast of it,can you picture the ast of it ?
the c function is:
g()
{
int i,j;
i = 0;
j = 0;
while(j <0)
{
if(i >0)
{
i = i + j;
break;
}
else
{
i = 10;
continue;
}
}
j= j + 10;
}
______________________________________
===================================================================
Ãâ·ÃÃÃÃÃÃÃÃÃ15MÃ÷ÃÃÃÃä ¸Ã½ôÃö¯£¡ (http://vip.sina.com/sol_mail/promotion/pro_men.html)
ÃÃÃöþÃÃÃ󡣺ûêöÃ룬î·Ã¾ªÃ²£¬°Ã·ÃÃúÃâ (http://classad.sina.com.cn/2shou/)
ÃýÃòÃÃ
ÃûúüìÃýÃòÃöÃÃÃ
ÃÃ¥ÃùÃÃÃãÃôᣬÿÃì¶¼ÃøüÃà (http://sms.sina.com.cn/cgi-bin/sms/smspic.cgi)
More information about the Gcc
mailing list