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: AST-tree in GCC


On 9/24/07, Johan Bohlin <dt05jb3@student.lth.se> wrote:

> My question is... Anyone knows a way
> to get all information ? Maybe changing a flag in the source code or
> something.

Debugging dumps are always incomplete.  Mostly by design, but in
general because we just dump what seems useful for debugging.  There
is work in progress to stream out the IL in order to do link-time
optimizations (search for LTO on the GCC wiki).


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