Re: [PATCH v2, haifa-sched]: Fix PR56023, -fcompare-debug failure due to sched1 pass on 4.6 branch

2013-01-21 Thread Uros Bizjak
On Mon, Jan 21, 2013 at 1:27 PM, Uros Bizjak wrote: >> We should not update ticks of instructions, dependent on debug >> instruction. Without the patch, the scheduling order depends on the >> presence of debug instructions and leads to -fcompare-debug failures. > > Attached patch refines previous

[PATCH v2, haifa-sched]: Fix PR56023, -fcompare-debug failure due to sched1 pass on 4.6 branch

2013-01-21 Thread Uros Bizjak
On Sat, Jan 19, 2013 at 8:57 PM, Uros Bizjak wrote: > We should not update ticks of instructions, dependent on debug > instruction. Without the patch, the scheduling order depends on the > presence of debug instructions and leads to -fcompare-debug failures. Attached patch refines previous patch