1 /* { dg-options "-O2" } */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target ilp32 } */
5 /* The problem was we were not striping the long cast here.
6 Note this really should be invalid code but not for the
7 current release (4.0) as we have people using it. */
9 void blockCopy_MMX2(int*);
10 void postProcess_MMX2()
13 asm( "" :: "m" ((long)x
));