On Tue, Aug 11, 2020 at 08:27:29PM +0000, Gary Oblock via Gcc wrote: > For these two dump files: > > exe.ltrans0.ltrans.074i.cp > > and > > exe.ltrans0.ltrans.087i.structure-reorg > > doesn't the ".074i." mean that this dump was created > before the ".087i." dump?
It means that the 074 pass is earlier than the 087 pass in the pass pipeline. > If so then why does the ".074i." show GIMPLE that was > created in the structure-reorg pass? Were they created at the same time, or is one of the dump files old? Are you looking at the same functions? Etc. Segher