This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gimple
- From: "Dasarath Weeratunge" <dasarath at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 27 Mar 2008 19:55:21 -0400
- Subject: gimple
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