Re: [PATCH][ARM] Deprecate -mneon-for-64bits

2019-08-23 Thread Kyrill Tkachov
On 8/23/19 3:22 PM, Wilco Dijkstra wrote: Hi Kyrill, Please also adjust the documentation in doc/invoke.texi to say it's deprecated and has no effect. Sure, updated docs and also use Deprecated feature in arm.opts: --- a/gcc/config/arm/arm.opt +++ b/gcc/config/arm/arm.opt @@ -276,8 +276,

Re: [PATCH][ARM] Deprecate -mneon-for-64bits

2019-08-23 Thread Wilco Dijkstra
Hi Kyrill, > Please also adjust the documentation in doc/invoke.texi to say it's > deprecated and has no effect. Sure, updated docs and also use Deprecated feature in arm.opts: --- a/gcc/config/arm/arm.opt +++ b/gcc/config/arm/arm.opt @@ -276,8 +276,8 @@ Target Report Var(unaligned_access) Ini

Re: [PATCH][ARM] Deprecate -mneon-for-64bits

2019-08-23 Thread Kyrill Tkachov
Hi Wilco, On 8/23/19 1:21 PM, Wilco Dijkstra wrote: Hi, As Kyrill suggested in https://gcc.gnu.org/ml/gcc-patches/2019-08/msg01551.html -mneon-for-64bits has no effect anymore so we should deprecate it in GCC10: Deprecate -mneon-for-64bits since it no longer has any effect after the DImode

[PATCH][ARM] Deprecate -mneon-for-64bits

2019-08-23 Thread Wilco Dijkstra
Hi, As Kyrill suggested in https://gcc.gnu.org/ml/gcc-patches/2019-08/msg01551.html -mneon-for-64bits has no effect anymore so we should deprecate it in GCC10: Deprecate -mneon-for-64bits since it no longer has any effect after the DImode codegen improvements. OK for commit? ChangeLog: 2019-08