On Thu, Mar 31, 2011 at 4:04 PM, Iyer, Balaji V <balaji.v.i...@intel.com> wrote: > Hello Everyone, > I see in GCC that when we use the flag "-f-tree-optimized" it > will dump the contents of the input file after doing all the tree-based > optimization. Is it possible for me to modify this file and then submit it > back into gcc for processing to create an executable/assembly dump?
It has been a while since I have worked on GCC - back then (a couple of years ago) this was not possible. I do not have reason to believe this would have changed. Pranav