On 9/24/07, Johan Bohlin <[EMAIL PROTECTED]> 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).