https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82396
--- Comment #13 from Wilco <wilco at gcc dot gnu.org> --- Author: wilco Date: Fri Oct 6 11:54:51 2017 New Revision: 253487 URL: https://gcc.gnu.org/viewcvs?rev=253487&root=gcc&view=rev Log: 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. Modified: trunk/gcc/ChangeLog trunk/gcc/haifa-sched.c