Hello, I see this item in http://gcc.gnu.org/wiki/LinkTimeOptimization : 7. Browsing/dumping tools for LTO files
Is there anything already out there, even if half-baked? I am having trouble understanding a problem in LTO and I think the bug is in the writing of trees into the object file but can't find a way to know this unless I have something like an objdump for gimple. If there's no tool out there to straightforwardly know this, what's the best approach to find out if there's a problem written in the LTO stream? Cheers, Paulo Matos