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