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: Can I have a more detailed documentation about gcc 4.1.2 frontend?


On 19 April 2007 09:13, ??? wrote:

>  Can I have gcc 4.1.2 frontend internal documentation? I am a graduated
> student and major in Computer Engineering. I need more detailed
> imformation about gcc 4.1.2 frontend (C frontend) for academical reason.
> The documantation includes information about internal tree
> representation especially abstract syntax tree, tree nodes information,
> tree operations, and more detailed information at gcc frontend.

  If you have the compiler installed, you already have the documentation.  Run
"info gccint".  Otherwise, it's online at

http://gcc.gnu.org/onlinedocs/

although that refers to current mainline rather than 4.1.2 specifically.  See
also 

http://gcc.gnu.org/readings.html

which has some links to other docs about the frontends.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


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