Re: source location of a tree node

2006-10-09 Thread Sebastian Pop
Basile STARYNKEVITCH wrote: > > How does one get the source location (e.g. start and end filename, > linenumber, ...) of a tree node; You can use the same code as in tree-vectorizer.h: #ifdef USE_MAPPED_LOCATION typedef source_location LOC; #define UNKNOWN_LOC UNKNOWN_LOCATION #define EXP

Re: source location of a tree node

2006-10-09 Thread Ian Lance Taylor
Basile STARYNKEVITCH <[EMAIL PROTECTED]> writes: > How does one get the source location (e.g. start and end filename, > linenumber, ...) of a tree node; for example, the source position of every > loop inside current_loops or of every function body inside cgraph_nodes? > for these nodes, doing EXP

source location of a tree node

2006-10-09 Thread Basile STARYNKEVITCH
Dear All (sorry for such a naive question, I am a beginner within GCC) How does one get the source location (e.g. start and end filename, linenumber, ...) of a tree node; for example, the source position of every loop inside current_loops or of every function body inside cgraph_nodes? for these