This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/82381] [8 Regression] internal compiler error: qsort checking failed


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82381

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Richard, this is something you've suggested in:
http://gcc.gnu.org/ml/gcc-patches/2016-05/msg01871.html
To answer my question from:
http://gcc.gnu.org/ml/gcc-patches/2016-05/msg01873.html
the bb_rank can be the same for different bbs, if we have more than 65536 basic
blocks on 32-bit hosts.

So, I think we should go for reversion of msg01871.html and instead apply the
other patch.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]