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: genricizer


On Tue, Jul 14, 2009 at 04:47, anandulle<anandulle@gmail.com> wrote:

> I want to know what is the difference between Âtest.c.003t.original and
> test.c.004t.gimple as both uses gimplifier i am really confused help me

test.c.003t.original has the AST representation of the function as
generated by the parser.  In the case of C, this is essentially
identical to GENERIC (as GENERIC was modelled on it).

test.c.004t.gimple has the GIMPLE representation of test.c.  You'll
notice that statements have been broken down into smaller statements.


Diego.


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