Enrico Weigelt <weigelt@xxxxxxxx> writes: > Thx. I'm quite new to gcc internals, so i'd appreciate a bit > more help. Is it possible to inject some C-code instead of > the original function call ? Not as such, no. You can inject arbitrary code, but you have to do by building GIMPLE structures. Ian