On Fri, Sep 28, 2018 at 7:08 PM Cory Fields wrote:
>
> gcc_qsort as introduced by Alexander Monakov [0] in trunk for 9.x is a
> great change that defines the order of otherwise-unbalanced internal
> sorts, some of which would otherwise cause bootstrapping failures.
>
> I would like to request that
This is a note to the GCC list that I have not given up on the
repository translation. Having concluded that doing forensics with
9-hour test turnaround times is insupportable and that I had reached
the limit of what off-the-shelf hardware and my existing tools could
do, I am engaged in translatin
On 10/1/18 2:20 AM, Richard Biener wrote:
> On Fri, Sep 28, 2018 at 7:08 PM Cory Fields wrote:
>>
>> gcc_qsort as introduced by Alexander Monakov [0] in trunk for 9.x is a
>> great change that defines the order of otherwise-unbalanced internal
>> sorts, some of which would otherwise cause bootstra
On Mon, 1 Oct 2018, Jeff Law wrote:
> To add a bit more context for Cory.
>
> Generally backports are limited to fixing regressions and serious code
> generation bugs. While we do make some exceptions, those are good
> general guidelines.
>
> I don't think the qsort changes warrant an exception.
Understood. Thank you for the explanations.
I'll just plan to apply the patches locally as well.
Regards,
Cory
On Mon, Oct 1, 2018 at 11:18 AM Alexander Monakov wrote:
>
> On Mon, 1 Oct 2018, Jeff Law wrote:
> > To add a bit more context for Cory.
> >
> > Generally backports are limited to fixin
Hello,
Compiling with "-march=armv7-a -mtune=cortex-a15 -mbe8" produces code
that appears to change the order of words. For example, the word-wise
optimized strcpy in musl changes "/dev/fd/" into "/fd//dev". Removing
"mtune=cortex-a15" works around the problem. Presumably this is due to
some instr