Re: About changing the tree structure in pragmas

2006-12-02 Thread Ferad Zyulkyarov
I managed to create function call within the gcc's abstract syntax tree (AST) as a side effect of executing a pragma. I post a simple example how it is done, in case someone else sticks on this simple point like me :) Example problem scenario: Suppose that we have the following "C" source file:

About changing the tree structure in pragmas

2006-11-30 Thread Ferad Zyulkyarov
Hi, I am trying to implement a pragma that will change the tree structure of the program. Although I looked at some basic tutorials about implementing front-ends for gcc and looked at the implementation of the currently available pragmas I am not well recognized with the gcc's interface for manip