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

2005-04-11 Thread Diego Novillo
On Tue, Apr 12, 2005 at 03:48:10AM -, 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,

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

2005-04-11 Thread kazu at cs dot umass dot edu
Consider void foo (void) { } "./cc1 -quiet -O2 -fdump-tree-copyprop test.c" gives me 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, respec