Fortran: fix dependency checks for inquiry refs [PR115039]
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fix-r10000-10.c
blobab353b6b1e441b20b425afa685da942e76b7c7e2
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_and_and_fetch (z, 42);
11 NOMIPS16 short
12 f2 (short *z)
14 return __sync_and_and_fetch (z, 42);
17 NOMIPS16 char
18 f3 (char *z)
20 return __sync_and_and_fetch (z, 42);