Re: [PATCH 2/4] [ARC] Propagate uncached type attribute.

2020-01-23 Thread Jeff Law
On Wed, 2020-01-22 at 10:14 +0200, Claudiu Zissulescu wrote: > Like `packed` type attribute, the ARC's `uncached` type attribute > needs to be propagated to each member of the struct where it is used. > Fix this behavior and add a test. > > gcc/ > -xx-xx Claudiu Zissulescu > > * conf

[PATCH 2/4] [ARC] Propagate uncached type attribute.

2020-01-22 Thread Claudiu Zissulescu
Like `packed` type attribute, the ARC's `uncached` type attribute needs to be propagated to each member of the struct where it is used. Fix this behavior and add a test. gcc/ -xx-xx Claudiu Zissulescu * config/arc/arc.c (arc_is_uncached_mem_p): Check struct attributes if ne