Re: [RFC][PATCH] Stabilize a few qsort comparison functions

2018-06-13 Thread Jeff Law
On 06/13/2018 05:50 AM, Franz Sirl wrote: >>> >>> >>> 2018-02-07  Franz Sirl >>> >>> * ira-build.c (object_range_compare_func): Stabilize sort. >>> * tree-sra.c (compare_access_positions): Likewise. >>> * varasm.c (output_object_block_compare): Likewise. >>> *

Re: [RFC][PATCH] Stabilize a few qsort comparison functions

2018-06-13 Thread Alexander Monakov
On Wed, 13 Jun 2018, Franz Sirl wrote: > So, unless someone thinks one of the changes makes sense anyway, this patch is > obsolete. Yeah, I think that in light of gcc_qsort work this patch is completely unnecessary now, and shouldn't be applied. In fact, reversing earlier artificial stabilization

Re: [RFC][PATCH] Stabilize a few qsort comparison functions

2018-06-13 Thread Franz Sirl
Am 2018-06-12 um 23:49 schrieb Jeff Law: On 02/07/2018 09:58 AM, Franz Sirl wrote: Hi, this is the result of an attempt to minimize the differences between the compile results of a Linux-based and a Cygwin64-based powerpc-eabi cross toolchain. The method used was:     - find the

Re: [RFC][PATCH] Stabilize a few qsort comparison functions

2018-06-12 Thread Jeff Law
On 02/07/2018 09:58 AM, Franz Sirl wrote: > Hi, > > this is the result of an attempt to minimize the differences between the > compile results of a Linux-based and a Cygwin64-based powerpc-eabi cross > toolchain. > The method used was: > >     - find the -fverbose-asm assembler files that differ

Re: [RFC][PATCH] Stabilize a few qsort comparison functions

2018-02-08 Thread Martin Jambor
On Wed, Feb 07 2018, Franz Sirl wrote: > Hi, > > this is the result of an attempt to minimize the differences between the > compile results of a Linux-based and a Cygwin64-based powerpc-eabi cross > toolchain. > The method used was: > >     - find the -fverbose-asm assembler files that differ >  

[RFC][PATCH] Stabilize a few qsort comparison functions

2018-02-07 Thread Franz Sirl
Hi, this is the result of an attempt to minimize the differences between the compile results of a Linux-based and a Cygwin64-based powerpc-eabi cross toolchain. The method used was:     - find the -fverbose-asm assembler files that differ     - compile that file again on both platforms with