[Bug tree-optimization/20962] New: copyprop dump files have wrong names

Diego Novillo dnovillo@redhat.com
Tue Apr 12 04:15:00 GMT 2005


On Tue, Apr 12, 2005 at 03:48:10AM -0000, kazu at cs dot umass dot edu wrote:

> test.c.t21.copyprop1
> test.c.t26.copyprop2
> test.c.t40.copyprop3
> test.c.t55.copyprop5
> test.c.t66.copyprop4
> 
> Note that the last two lines are sort of swapped.
> t55 and t66 should have copyprop4 and copyprop6, respectively.
> 
That's because .t66.copyprop5 is invoked as a sub-pass of
pass_loop, which runs before the last copyprop run.  An artifact
of how the dynamic numbering of the passes is computed.  Not sure
how to fix it off-hand.


Diego.



More information about the Gcc-bugs mailing list