Re: Can Some one please help me on this gcc plugin..

2014-03-06 Thread Mohsin Khan
Hi David, I am very much thankful to you as your answer worked wonders for me. The problem with the plugin is solved now. Thanks again. On 3/5/14, David Malcolm wrote: > On Wed, 2014-03-05 at 21:58 +0530, Mohsin Khan wrote: >> Hi, >> >> I am developing plugins for the GCC-4.8.2. I am a newbie

Re: Can Some one please help me on this gcc plugin..

2014-03-05 Thread David Malcolm
On Wed, 2014-03-05 at 21:58 +0530, Mohsin Khan wrote: > Hi, > > I am developing plugins for the GCC-4.8.2. I am a newbie in plugins. > I wrote a plugin and tried to count and see the Goto Statements using > the gimple_stmt_iterator. I get gimple statements printed on my > stdout, but I am not abl

Can Some one please help me on this gcc plugin..

2014-03-05 Thread Mohsin Khan
Hi, I am developing plugins for the GCC-4.8.2. I am a newbie in plugins. I wrote a plugin and tried to count and see the Goto Statements using the gimple_stmt_iterator. I get gimple statements printed on my stdout, but I am not able to find the line which has goto statements. I only get other lin