On Wed, Sep 25, 2013 at 7:17 AM, Prathamesh Kulkarni <bilbotheelffriend@xxxxxxxxx> wrote: > > I am very new to gcc. Is there an option to put values of > global/static variables in dump file of final rtl pass > (-fdump-final-insns) ? Unfortunately I don't think there is. Only instructions appear in the dump files, not static data. Ian