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....