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

2018-11-22 Thread Martin Liška
broadwell skylake skylake-avx512 cannonlake icelake-client >> icelake-server bonnell atom silvermont slm goldmont goldmont-plus tremont >> knl knm x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 >> nano-x4 k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3

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
ir/gcc/../lib64/gcc/x86_64-pc-linux-gnu/9.0.0/ -isystem ./include -isystem ./include-fixed help-dummy -quiet -dumpbase help-dummy -mtune=generic -march=x86-64 -auxbase help-dummy --help=target -o /tmp/cc5NWl4E.s) So should be fine. Martin > > Uros. > >From 7c89f9bde4d61f96005ea9

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.

[PATCH] Fix option values for -march.

2018-11-22 Thread Martin Liška
Hi. 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. Ready for trunk? Martin gcc/ChangeLog: 2018-11-22 Mart