1 /* { dg-do run { target ia64-*-* } } */
4 /* Test that "=S" properly avoids the post-increment on the memory address. */
6 static void foo(int *x
)
9 for (i
= 0; i
< 100; ++i
)
10 __asm__("st4 %0 = r0" : "=S"(x
[i
]));
18 for (i
= 0; i
< 100; ++i
)
23 for (i
= 0; i
< 100; ++i
)