Re: Silly question about pass numbers

2020-08-17 Thread Martin Jambor
Hi, On Tue, Aug 11 2020, 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? > > If so then why does the ".074i." show GIMPLE t

Re: Silly question about pass numbers

2020-08-12 Thread Richard Biener via Gcc
t;To: Gary Oblock >Cc: gcc@gcc.gnu.org >Subject: Re: Silly question about pass numbers > >[EXTERNAL EMAIL NOTICE: This email originated from an external sender. >Please be mindful of safe email handling and proprietary information >protection practices.] > > >Hi! > >O

Re: Silly question about pass numbers

2020-08-12 Thread Gary Oblock via Gcc
t seems to be happening. It's not doing any harm to anything except the sanity of anybody looking at the pass dumps... Thanks, Gary From: Segher Boessenkool Sent: Wednesday, August 12, 2020 5:45 PM To: Gary Oblock Cc: gcc@gcc.gnu.org Subject: Re: Silly ques

Re: Silly question about pass numbers

2020-08-12 Thread Segher Boessenkool
Hi! On Wed, Aug 12, 2020 at 08:26:34PM +, Gary Oblock wrote: > The files are from the same run: > -rw-rw-r-- 1 gary gary 3855 Aug 12 12:49 exe.ltrans0.ltrans.074i.cp > -rw-rw-r-- 1 gary gary 16747 Aug 12 12:49 > exe.ltrans0.ltrans.087i.structure-reorg > > By the time .cp was created inlinin

Re: Silly question about pass numbers

2020-08-12 Thread Gary Oblock via Gcc
pass numbering. Thanks again, Gary From: Segher Boessenkool Sent: Wednesday, August 12, 2020 1:09 PM To: Gary Oblock Cc: gcc@gcc.gnu.org Subject: Re: Silly question about pass numbers [EXTERNAL EMAIL NOTICE: This email originated from an external sender. Please

Re: Silly question about pass numbers

2020-08-12 Thread Segher Boessenkool
On Tue, Aug 11, 2020 at 08:27:29PM +, 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

Silly question about pass numbers

2020-08-11 Thread Gary Oblock via Gcc
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? If so then why does the ".074i." show GIMPLE that was created in the structure-reorg pass? Thanks, Gary CONFIDENTI