Re: [PATCH] Fix option values for -march.

2018-11-22 Thread Martin Liška
On 11/22/18 3:28 PM, Uros Bizjak wrote: > On Thu, Nov 22, 2018 at 3:22 PM Martin Liška wrote: >> >> On 11/22/18 3:04 PM, Uros Bizjak wrote: >>> On Thu, Nov 22, 2018 at 3:00 PM Martin Liška wrote: On 11/22/18 2:51 PM, Uros Bizjak wrote: > On Thu, Nov 22, 2018 at 2:43 PM Martin Liška

Re: [PATCH] Fix option values for -march.

2018-11-22 Thread Uros Bizjak
On Thu, Nov 22, 2018 at 3:22 PM Martin Liška wrote: > > On 11/22/18 3:04 PM, Uros Bizjak wrote: > > On Thu, Nov 22, 2018 at 3:00 PM Martin Liška wrote: > >> > >> On 11/22/18 2:51 PM, Uros Bizjak wrote: > >>> On Thu, Nov 22, 2018 at 2:43 PM Martin Liška wrote: > >>> > The patch makes clear w

Re: [PATCH] Fix option values for -march.

2018-11-22 Thread Martin Liška
On 11/22/18 3:04 PM, Uros Bizjak wrote: > On Thu, Nov 22, 2018 at 3:00 PM Martin Liška wrote: >> >> On 11/22/18 2:51 PM, Uros Bizjak wrote: >>> On Thu, Nov 22, 2018 at 2:43 PM Martin Liška wrote: >>> The patch makes clear we'll not diverge number of elements in processor_names and the c

Re: [PATCH] Fix option values for -march.

2018-11-22 Thread Uros Bizjak
On Thu, Nov 22, 2018 at 3:00 PM Martin Liška wrote: > > On 11/22/18 2:51 PM, Uros Bizjak wrote: > > On Thu, Nov 22, 2018 at 2:43 PM Martin Liška wrote: > > > >> The patch makes clear we'll not diverge number of elements in > >> processor_names and the corresponding enum. Plus I fixed > >> -march=

Re: [PATCH] Fix option values for -march.

2018-11-22 Thread Martin Liška
On 11/22/18 2:51 PM, Uros Bizjak wrote: > On Thu, Nov 22, 2018 at 2:43 PM Martin Liška wrote: > >> The patch makes clear we'll not diverge number of elements in >> processor_names and the corresponding enum. Plus I fixed >> -march=znver2 native as valid options that were not listed. >> >> Patch s

Re: [PATCH] Fix option values for -march.

2018-11-22 Thread Uros Bizjak
On Thu, Nov 22, 2018 at 2:51 PM Uros Bizjak wrote: > > The patch makes clear we'll not diverge number of elements in > > processor_names and the corresponding enum. Plus I fixed > > -march=znver2 native as valid options that were not listed. > > > > Patch survives tests and bootstrap on x86_64-li

Re: [PATCH] Fix option values for -march.

2018-11-22 Thread Uros Bizjak
On Thu, Nov 22, 2018 at 2:43 PM Martin Liška wrote: > The patch makes clear we'll not diverge number of elements in > processor_names and the corresponding enum. Plus I fixed > -march=znver2 native as valid options that were not listed. > > Patch survives tests and bootstrap on x86_64-linux-gnu.