This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Unstable build/host qsorts causing differing generated target code
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Cory Fields <lists at coryfields dot com>
- Cc: Jeff Law <law at redhat dot com>, gcc at gcc dot gnu dot org
- Date: Fri, 12 Jan 2018 20:19:40 +0100
- Subject: Re: Unstable build/host qsorts causing differing generated target code
- Authentication-results: sourceware.org; auth=none
- References: <CAApLimj1QbJbNxLJHqYA3pC838rmB7O2W-jGcinE4ZqxUhpR=A@mail.gmail.com> <8c740866-250c-3131-8ad1-6179a509b690@redhat.com> <CAApLimgWTqBCeB6gujmYhCo4avowHgpgHz63RE5-TdEixNLzww@mail.gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Fri, Jan 12, 2018 at 01:54:25PM -0500, Cory Fields wrote:
> Thanks for letting me know about this effort. That's great news!
>
> Indeed, I ran into less of these issues on trunk. I'll go ahead and
> submit patches for the cases that turned up there.
The qsort checking failures are tracked in http://gcc.gnu.org/PR82407
meta bug, 8 bugs in there are fixed, 2 known ones remain.
Jakub