On Thu, Jan 28, 2010 at 10:26, charfi asma <charfiasma@xxxxxxxx> wrote: > I asked for a gcc option to compile Gimple file directly (I have no file.c) I have file.gimple and I > want to tell compiler: start your job from converting gimple to ssa and continue until reaching > binary code. Ah, no. Nothing of the sort. I've had thought of creating a text representation for gimple that could be used as input to the compiler, but so far is just a glimmer of thought, no concrete plans nor time to implement them. Diego.