>>>>> "Dasarath" == Dasarath Weeratunge <[EMAIL PROTECTED]> writes:
Dasarath> If I have a CALL_EXPR how can I find out information about the call Dasarath> site? For example, the filename and line number. See EXPR_HAS_LOCATION, EXPR_LOCUS, etc. In general I recommend reading tree.def and skimming tree.h before trying to do anything with trees. doc/c-tree.texi may also be helpful. Tom