PR82396 workaround
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 6 Oct 2017 11:54:51 +0000 (11:54 +0000)
committerWilco Dijkstra <wilco@gcc.gnu.org>
Fri, 6 Oct 2017 11:54:51 +0000 (11:54 +0000)
commit816f83cfb7a82a48945384942c32c87659d4ad06
treeb51360425394244c897d776398d610ea17cd32d3
parent312ce401906209132ac80b68b50ff2c21b2c1079
PR82396 workaround

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.

    gcc/
PR rtl-optimization/82396
* haifa-sched.c (ready_sort_real): Disable qsort checking.

From-SVN: r253487
gcc/ChangeLog
gcc/haifa-sched.c