Adding statement to an already defined function in GCC

2010-03-26 Thread Basile Starynkevitch
Hello I am replying to your http://gcc.gnu.org/ml/gcc/2010-03/msg5.html question on gcc@ list. > I am trying figure out a way to add an external statement to already > generated function. Is that possible? It could be possible, but it is not very easy. I mean that it is a project for several

Adding statement to an already defined function

2010-03-01 Thread Nikola Ikonic
Hello, I am working on modifying GCC and I would like to ask you one question. I am trying figure out a way to add an external statement to already generated function. Is that possible? For example, let's say that if I want to check is function with name "DoSomething" already generated/parsed (b