Is it possible to map simplified source statements back to the original source code in GCC?
If this is not possible is it possible to stop the simplification altogether and just retain the original source tree in say DECL_SAVED_TREE(...) ? I tried removing tree lowering passes but gcc still seems to simplify the source. My analysis computes program slices and I prefer if it outputs original source code. thanks, -- dasarath