Re: [PATCH][GCC][ARM] Implement "arch" GCC pragma and "+" attributes [Patch (2/3)]

2017-11-17 Thread Kyrill Tkachov
...@redhat.com Subject: Re: [PATCH][GCC][ARM] Implement "arch" GCC pragma and "+" attributes [Patch (2/3)] Hi Tamar, On 10/11/17 10:56, Tamar Christina wrote: Hi Sandra, I've respun the patch with the docs changes you requested. Regards, Tamar -Original Message---

RE: [PATCH][GCC][ARM] Implement "arch" GCC pragma and "+" attributes [Patch (2/3)]

2017-11-15 Thread Tamar Christina
om > Subject: Re: [PATCH][GCC][ARM] Implement "arch" GCC pragma and > "+" attributes [Patch (2/3)] > > Hi Tamar, > > On 10/11/17 10:56, Tamar Christina wrote: > > Hi Sandra, > > > > I've respun the patch with the docs changes you

Re: [PATCH][GCC][ARM] Implement "arch" GCC pragma and "+" attributes [Patch (2/3)]

2017-11-15 Thread Kyrill Tkachov
tina; gcc-patches@gcc.gnu.org > Cc: nd; Ramana Radhakrishnan; Richard Earnshaw; ni...@redhat.com; Kyrylo > Tkachov > Subject: Re: [PATCH][GCC][ARM] Implement "arch" GCC pragma and > "+" attributes [Patch (2/3)] > > On 11/06/2017 09:50 AM, Tamar Christina wro

Re: [PATCH][GCC][ARM] Implement "arch" GCC pragma and "+" attributes [Patch (2/3)]

2017-11-11 Thread Sandra Loosemore
On 11/10/2017 03:56 AM, Tamar Christina wrote: Hi Sandra, I've respun the patch with the docs changes you requested. Regards, Tamar Thanks! The doc part is OK now. -Sandra

RE: [PATCH][GCC][ARM] Implement "arch" GCC pragma and "+" attributes [Patch (2/3)]

2017-11-10 Thread Tamar Christina
dhakrishnan; Richard Earnshaw; ni...@redhat.com; Kyrylo > Tkachov > Subject: Re: [PATCH][GCC][ARM] Implement "arch" GCC pragma and > "+" attributes [Patch (2/3)] > > On 11/06/2017 09:50 AM, Tamar Christina wrote: > > Hi All, > > > > This patch adds sup

Re: [PATCH][GCC][ARM] Implement "arch" GCC pragma and "+" attributes [Patch (2/3)]

2017-11-06 Thread Sandra Loosemore
On 11/06/2017 09:50 AM, Tamar Christina wrote: Hi All, This patch adds support for the setting the architecture and extensions using the target GCC pragma. #pragma GCC target ("arch=armv8-a+crc") It also supports a short hand where an extension is just added to the current architecture without