On Mon, Jun 23, 2008 at 15:52, Fern Moon <fernmoon@xxxxxxxxx> wrote: > Can you show me a piece of sample code > to add a integer declaration statement and counter increasement statement in > gcc ssa-form. I have been collecting tutorials, examples and documentation pointers in http://gcc.gnu.org/wiki/GettingStarted The internals documentation that comes with the compiler is the canonical place to start reading. Diego.