2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / mips / fix-r10000-6.c
blob62f8fdfb4bd9f6700127b6844be266ad9e28c5f2
1 /* { dg-do compile } */
2 /* { dg-options "-mfix-r10000" } */
3 /* { dg-final { scan-assembler-times "\tbeql\t" 3 } } */
5 /* { dg-message "note: '__sync_fetch_and_nand' changed semantics in GCC 4.4" "" { target *-*-* } 0 } */
7 NOMIPS16 int
8 f1 (int *z)
10 return __sync_fetch_and_nand (z, 42);
13 NOMIPS16 short
14 f2 (short *z)
16 return __sync_fetch_and_nand (z, 42);
19 NOMIPS16 char
20 f3 (char *z)
22 return __sync_fetch_and_nand (z, 42);