> Hey Paolo thanx a lot.I got the info I required.
> Can u mention any links that i can use as a reference to understand the dump
> output of -fdump-tree-original-raw as AST?
read
GENERIC and GIMPLE: A new tree representation for entire functions
at
http://zenii.linux.org.uk/~ajh/gcc/gccsu
Hey Paolo thanx a lot.I got the info I required.
Can u mention any links that i can use as a reference to understand the dump
output of -fdump-tree-original-raw as AST?
Thanx a lot.
Darthrader
--
View this message in context:
http://www.nabble.com/Machine-Dependance-t1047440.html#a27256
Sorry if I am more terse this time. Also, these questions are now more
suited for the gcc-help list, rather than this one which is for
development of GCC itself.
# 1 "test.c"
# 1 " "
# 1 " "
# 1 "test.c"
What do these represent?
Try "info cpp", and search for "Preprocessor Output".
Kindl
Thanx for ur reply.I have a few more questions below:
Paolo Bonzini-2 wrote:
>
> Darthrader (sent by Nabble.com) wrote:
>> Is the AST[Abstract Syntax Tree] machine dependent?
>
> The nodes that are generated for the program as it is parsed are machine
> independent. However:
>
> 1) this can
Darthrader (sent by Nabble.com) wrote:
Is the AST[Abstract Syntax Tree] machine dependent?
The nodes that are generated for the program as it is parsed are machine
independent. However:
1) this can only be true if your source code is already preprocessed.
Otherwise, the source code that GC