On 24 September 2010 09:17, charfi asma <charfiasma@xxxxxxxx> wrote: > Ok, is there a way to dump only the generic form (not all the entire symbol > table ) ? > Not that i know of, but the Translation Unit dump is usually enough. The -fdump-tree-gimple is extremely close to what GENERIC trees you generate but it wont dump out certain things i've noticed like some global declarations but they are there thats what the Translation Unit dump is good for. --Phil