This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -fdump-translation-unit does'nt dump as expected.


On Thu, Mar 5, 2009 at 11:25, Praveen D V <for.pdv@gmail.com> wrote:

> $gcc -fdump-translation-unit try.c
> Âgenerates try.c.001t.tu (earlier versions generated try.c.tu). I
> don't see any reference of MyStruct in the generated file.
> Please help, am I missing any thing in the process?

The dumps are meant to be used when debugging the compiler.  They are
not meant to be complete.  In particular global type definitions are
never dumped.


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]