Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fix-r10000-7.c
blob635326c5c547c9e853aac53a9159f09c6c82379b
1 /* { dg-do compile } */
2 /* { dg-options "-mfix-r10000" } */
3 /* { dg-final { scan-assembler-times "\tbeql\t" 3 } } */
5 NOMIPS16 int
6 f1 (int *z)
8 return __sync_add_and_fetch (z, 42);
11 NOMIPS16 short
12 f2 (short *z)
14 return __sync_add_and_fetch (z, 42);
17 NOMIPS16 char
18 f3 (char *z)
20 return __sync_add_and_fetch (z, 42);