Re: [PATCH][ARM] Add deprecation warning on pre-v4t architecture revisions

2016-04-15 Thread Kyrill Tkachov
On 08/04/16 10:28, Richard Earnshaw (lists) wrote: On 01/03/16 16:17, Kyrill Tkachov wrote: Hi all, For GCC 6 we want to deprecate architecture revisions prior to ARMv4T. This patch implements this by documenting the deprecation in invoke.texi and adding a warning whenever the user specifies a

Re: [PATCH][ARM] Add deprecation warning on pre-v4t architecture revisions

2016-04-08 Thread Richard Earnshaw (lists)
On 01/03/16 16:17, Kyrill Tkachov wrote: > Hi all, > > For GCC 6 we want to deprecate architecture revisions prior to ARMv4T. > This patch implements this by documenting the deprecation in invoke.texi > and adding > a warning whenever the user specifies an -march or -mcpu option that > selects suc

Re: [PATCH][ARM] Add deprecation warning on pre-v4t architecture revisions

2016-04-07 Thread Kyrill Tkachov
Ping. Thanks, Kyrill On 31/03/16 13:28, Kyrill Tkachov wrote: Ping. Thanks, Kyrill On 23/03/16 10:11, Kyrill Tkachov wrote: Ping. Thanks, Kyrill On 07/03/16 15:40, Kyrill Tkachov wrote: Ping. https://gcc.gnu.org/ml/gcc-patches/2016-03/msg00046.html Thanks, Kyrill On 01/03/16 16:17, Kyril

Re: [PATCH][ARM] Add deprecation warning on pre-v4t architecture revisions

2016-03-31 Thread Kyrill Tkachov
Ping. Thanks, Kyrill On 23/03/16 10:11, Kyrill Tkachov wrote: Ping. Thanks, Kyrill On 07/03/16 15:40, Kyrill Tkachov wrote: Ping. https://gcc.gnu.org/ml/gcc-patches/2016-03/msg00046.html Thanks, Kyrill On 01/03/16 16:17, Kyrill Tkachov wrote: Hi all, For GCC 6 we want to deprecate archit

Re: [PATCH][ARM] Add deprecation warning on pre-v4t architecture revisions

2016-03-23 Thread Kyrill Tkachov
Ping. Thanks, Kyrill On 07/03/16 15:40, Kyrill Tkachov wrote: Ping. https://gcc.gnu.org/ml/gcc-patches/2016-03/msg00046.html Thanks, Kyrill On 01/03/16 16:17, Kyrill Tkachov wrote: Hi all, For GCC 6 we want to deprecate architecture revisions prior to ARMv4T. This patch implements this by d

Re: [PATCH][ARM] Add deprecation warning on pre-v4t architecture revisions

2016-03-07 Thread Kyrill Tkachov
Ping. https://gcc.gnu.org/ml/gcc-patches/2016-03/msg00046.html Thanks, Kyrill On 01/03/16 16:17, Kyrill Tkachov wrote: Hi all, For GCC 6 we want to deprecate architecture revisions prior to ARMv4T. This patch implements this by documenting the deprecation in invoke.texi and adding a warning w

[PATCH][ARM] Add deprecation warning on pre-v4t architecture revisions

2016-03-01 Thread Kyrill Tkachov
Hi all, For GCC 6 we want to deprecate architecture revisions prior to ARMv4T. This patch implements this by documenting the deprecation in invoke.texi and adding a warning whenever the user specifies an -march or -mcpu option that selects such an architecture revision. Bootstrapped and tested