4 extern void abort (void);
6 /* Test that "=S" properly avoids the post-increment on the memory address. */
8 static void foo(int *x
)
11 for (i
= 0; i
< 100; ++i
)
12 __asm__("st4 %0 = r0" : "=S"(x
[i
]));
20 for (i
= 0; i
< 100; ++i
)
25 for (i
= 0; i
< 100; ++i
)