gcc: ARC Type Attributes

1 
1 6.33.2 ARC Type Attributes
1 --------------------------
1 
1 Declaring objects with 'uncached' allows you to exclude data-cache
1 participation in load and store operations on those objects without
1 involving the additional semantic implications of 'volatile'.  The '.di'
1 instruction suffix is used for all loads and stores of data declared
1 'uncached'.
1