[Bug rtl-optimization/82396] [8 Regression] qsort comparator non-negative on sorted output: 4 in ready_sort_real in haifa scheduler

wilco at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 6 11:55:00 GMT 2017


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


More information about the Gcc-bugs mailing list