On 8/1/07 1:04 PM, JTXX wrote: > Is there any way to disable call graph optimizations? You seem to be referring to the inter-procedural optimizations, but I'm not sure. The only significant inter-procedural transformation we do is inlining. The others must be explicitly enabled. > then the parse tree will not include Class::method. > Are there any flags to change this behavior? That's by design, mostly. The dump files are only a debugging aid and they tend to be fairly incomplete. Particularly when it comes to data structures. GCC only dumps function bodies.