Re: [PATCH 5/6] [ARC] Add 'uncached' attribute.

2018-01-29 Thread Andrew Burgess
* Claudiu Zissulescu [2017-11-02 13:30:34 +0100]: > From: claziss > > The _Uncached type qualifier can be used to bypass the cache without > resorting to declaring variables as volatile. > > gcc/ > 2017-07-12 Claudiu Zissulescu > > * config/arc/arc-protos.h (arc_is_uncached_mem_p):

RE: [PATCH 5/6] [ARC] Add 'uncached' attribute.

2017-11-09 Thread Claudiu Zissulescu
Just for the record, here it is the updated documentation as suggested. And, indeed the description may very well be suited for NIOS io-variant as well. Thank you Sandra, Claudiu --- gcc/doc/extend.texi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/gcc/doc/extend.texi b/gcc/d

Re: [PATCH 5/6] [ARC] Add 'uncached' attribute.

2017-11-03 Thread Sandra Loosemore
On 11/03/2017 05:22 AM, Claudiu Zissulescu wrote: I see no documentation here. Ups, forgot this one :) Please find it attached. I'll merge it into the final patch when everything is approved. Thanks, Claudiu +@node ARC Type Attributes +@subsection ARC Type Attributes + +@cindex @code{uncac

RE: [PATCH 5/6] [ARC] Add 'uncached' attribute.

2017-11-03 Thread Claudiu Zissulescu
> > I see no documentation here. > Ups, forgot this one :) Please find it attached. I'll merge it into the final patch when everything is approved. Thanks, Claudiu 0001-ARC-DOC-Add-uncached-documentation.patch Description: 0001-ARC-DOC-Add-uncached-documentation.patch

Re: [PATCH 5/6] [ARC] Add 'uncached' attribute.

2017-11-02 Thread Sandra Loosemore
On 11/02/2017 06:30 AM, Claudiu Zissulescu wrote: From: claziss The _Uncached type qualifier can be used to bypass the cache without resorting to declaring variables as volatile. gcc/ 2017-07-12 Claudiu Zissulescu * config/arc/arc-protos.h (arc_is_uncached_mem_p): Function proto.