Per Ekman <pek@kth.se> writes: > Is it possible to get hold of the calling function (in the compiled > program, not in gcc itself) in c-typeck.c:build_function_call()? It's in the global variable current_function_decl. Ian