Re: [PATCH] PR82396 workaround for AArch64 bootstrap failure

2017-10-06 Thread Richard Biener
On Fri, Oct 6, 2017 at 1:21 AM, Wilco Dijkstra wrote: > r253236 broke AArch64 bootstrap. This is a temporary workaround that > disables qsort checking in the scheduler to enable continued development > and testing on AArch64. This will be removed once the autopref scheduling > code has been fixe

[PATCH] PR82396 workaround for AArch64 bootstrap failure

2017-10-05 Thread Wilco Dijkstra
r253236 broke AArch64 bootstrap. This is a temporary workaround that disables qsort checking in the scheduler to enable continued development and testing on AArch64. This will be removed once the autopref scheduling code has been fixed. AArch64 bootstrap completes, OK for commit? ChangeLog: 201