1 /* { dg-options "-O2 -mr10k-cache-barrier=store -G8" } */
3 /* Test that in-range stores to components of static objects
4 do not get an unnecessary cache barrier. */
6 struct { struct { char i
[4]; } a
; struct { char j
[4]; } b
; } s
;
15 /* { dg-final { scan-assembler-not "\tcache\t" } } */