On Tue, Oct 11, 2011 at 09:42, Tom Tromey <tro...@redhat.com> wrote: >>>>>> "Sandeep" == Sandeep Soni <soni.sande...@gmail.com> writes: > > Sandeep> The following patch is a basic attempt to build a symbol table that > Sandeep> stores the names of all the declarations made in the input file. > > I don't know anything about gimplefe, but unless you have complicated > needs, it is more usual to just put a symbol's value directly into the > identifier node. The C front end is a good example of this.
Granted, but a central symbol table simplifies processing like generating gimple output. The gimple FE will want to emit a text file with transformed gimple. Diego.