gcc/
[official-gcc.git] / gcc-4_9-branch / gcc / testsuite / gcc.target / arc / mno-dsp-packa.c
blobeb21522af063aeb8f27151d2a22c02961cdad814
1 /* { dg-do compile } */
2 /* { dg-options "-mno-dsp-packa" } */
3 /* Would also like to assemble and check that we get the expected
4 "Error: bad instruction" assembler messages, but at the moment our
5 testharness can't do that. */
7 int f (int i)
9 __asm__("minidl %1, %1, %1" : "=r"(i) : "r"(i));
10 return i;