This is the mail archive of the gcc@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: What do these mean?


Darthrader (sent by Nabble.com) wrote:

> Can someone please let me know what the extensions t02 & original
> mean in the filename test.c.t02.original after compiling test.c using
> the option fdump-tree-original-raw, generating an AST?
> 
t02 = tree dump #2.
original = dump of the original source code before any transformations.


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