gimple
Dasarath Weeratunge
dasarath@gmail.com
Fri Mar 28 00:32:00 GMT 2008
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
More information about the Gcc
mailing list